Also use -Wp,-U_GLIBCXX_ASSERTIONS
This commit is contained in:
parent
e9dc1c87b8
commit
79698d1443
4 changed files with 4 additions and 4 deletions
2
deps/Makefile
vendored
2
deps/Makefile
vendored
|
@ -58,7 +58,7 @@ BUILD_C_FLAGS += -fno-finite-math-only
|
|||
BUILD_CXX_FLAGS += -fno-finite-math-only
|
||||
|
||||
# Rack code is not tested for this flag, unset it
|
||||
BUILD_CXX_FLAGS += -U_GLIBCXX_ASSERTIONS
|
||||
BUILD_CXX_FLAGS += -U_GLIBCXX_ASSERTIONS -Wp,-U_GLIBCXX_ASSERTIONS
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# override VCV arch.mk stuff so we can build more architectures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue