Some build flags need to be last..
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
c99d0d00d6
commit
09ad217134
2 changed files with 4 additions and 3 deletions
|
@ -90,8 +90,9 @@ BASE_FLAGS += -D_WIN32_WINNT=0x0600
|
||||||
BASE_FLAGS += -I$(abspath $(ROOT)/include/mingw-compat)
|
BASE_FLAGS += -I$(abspath $(ROOT)/include/mingw-compat)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BASE_OPTS += -fno-finite-math-only
|
# make sure these flags always end up last
|
||||||
BASE_OPTS += -fno-strict-aliasing
|
BUILD_C_FLAGS += -fno-finite-math-only -fno-strict-aliasing
|
||||||
|
BUILD_CXX_FLAGS += -fno-finite-math-only -fno-strict-aliasing
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# Rack build flags
|
# Rack build flags
|
||||||
|
|
2
dpf
2
dpf
|
@ -1 +1 @@
|
||||||
Subproject commit dc6557a3c935ae4bb68f89d8bc698a805fff788e
|
Subproject commit 79cd0a46b2caaa242ac8fd8ad198ae067826e5ea
|
Loading…
Add table
Add a link
Reference in a new issue