Skip to content

Commit 30ec4c0

Browse files
committed
updates rbspy / pyspy version, enables arm builds
1 parent d2d4535 commit 30ec4c0

File tree

4 files changed

+42
-630
lines changed

4 files changed

+42
-630
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
GOBUILD=go build -trimpath
22

3+
ENABLED_SPIES ?= "rbspy,pyspy"
34
ifeq ("$(shell go env GOARCH || true)", "arm64")
4-
# rbspy doesn't work on arm afaik
5-
ENABLED_SPIES ?= "pyspy"
65
# this makes it work better on M1 machines
76
GODEBUG=asyncpreemptoff=1
8-
else
9-
ENABLED_SPIES ?= "rbspy,pyspy"
107
endif
118

129
EMBEDDED_ASSETS ?= ""

0 commit comments

Comments
 (0)