Skip to content

Commit

Permalink
updates rbspy / pyspy version, enables arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Feb 7, 2021
1 parent d2d4535 commit 30ec4c0
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 630 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
GOBUILD=go build -trimpath

ENABLED_SPIES ?= "rbspy,pyspy"
ifeq ("$(shell go env GOARCH || true)", "arm64")
# rbspy doesn't work on arm afaik
ENABLED_SPIES ?= "pyspy"
# this makes it work better on M1 machines
GODEBUG=asyncpreemptoff=1
else
ENABLED_SPIES ?= "rbspy,pyspy"
endif

EMBEDDED_ASSETS ?= ""
Expand Down

0 comments on commit 30ec4c0

Please sign in to comment.