mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Undo always enabling clang sanitize
We are not ready, just yet, to enable: -fsanitize=undefined -fsanitize=address Instead we need to test with: make clobber all check COMMON_ADD='-fsanitize=undefined -fsanitize=address' Once the regression test passes, we can consider how to use COMMON_ADD during development.
This commit is contained in:
2
Makefile
2
Makefile
@@ -124,7 +124,7 @@ CCWERR= -Werror -Wextra -pedantic
|
|||||||
#################################
|
#################################
|
||||||
|
|
||||||
ifeq ($(target),Darwin)
|
ifeq ($(target),Darwin)
|
||||||
COMMON_ADD= -fsanitize=undefined -fsanitize=address
|
COMMON_ADD=
|
||||||
else
|
else
|
||||||
COMMON_ADD=
|
COMMON_ADD=
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user