This way debugserver can correctly report qProcessInfo for arm64 processes on arm64e-capable hosts. Patch implemented with help from Jason Molenda!
8 lines
160 B
Makefile
8 lines
160 B
Makefile
C_SOURCES := main.c
|
|
|
|
# Uncomment this for local debugging.
|
|
#all:
|
|
# xcrun clang -g $(SRCDIR)/main.c -o a.out -target arm64e-apple-macosx
|
|
|
|
include Makefile.rules
|