We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f7e72 commit e26597bCopy full SHA for e26597b
xs/makefiles/mac/xst.mk
@@ -79,13 +79,11 @@ ifneq ("x$(SDKROOT)", "x")
79
endif
80
81
ifeq ($(GOAL),debug)
82
- C_OPTIONS += -fsanitize=address -fno-omit-frame-pointer
+ C_OPTIONS += -DmxASANStackMargin=65536 -fsanitize=address -fno-omit-frame-pointer
83
LINK_OPTIONS += -fsanitize=address -fno-omit-frame-pointer
84
85
ifeq ($(FUZZILLI),0)
86
- C_OPTIONS += -DmxASANStackMargin=16384
87
- else
88
- C_OPTIONS += -DmxASANStackMargin=32768 -DFUZZILLI=1 -fsanitize-coverage=trace-pc-guard
+ C_OPTIONS += -DFUZZILLI=1 -fsanitize-coverage=trace-pc-guard
89
90
91
0 commit comments