Also use -Wp,-U_GLIBCXX_ASSERTIONS

This commit is contained in:
falkTX 2022-02-18 08:31:08 +00:00
parent e9dc1c87b8
commit 79698d1443
4 changed files with 4 additions and 4 deletions

View file

@ -796,7 +796,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
# --------------------------------------------------------------
# lots of warnings from VCV side