Do not allow _GLIBCXX_ASSERTIONS to be enabled, for now
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d6823af74d
commit
e9dc1c87b8
4 changed files with 12 additions and 0 deletions
|
@ -101,6 +101,9 @@ BUILD_CXX_FLAGS += -fno-finite-math-only
|
|||
# use our custom function to invert some colors
|
||||
BUILD_CXX_FLAGS += -DnsvgParseFromFile=nsvgParseFromFileCardinal
|
||||
|
||||
# Rack code is not tested for this flag, unset it
|
||||
BUILD_CXX_FLAGS += -U_GLIBCXX_ASSERTIONS
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Rack files to build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue