Some build flags need to be last..

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-04-24 19:09:53 +02:00
parent c99d0d00d6
commit 09ad217134
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 4 additions and 3 deletions

View file

@ -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

@ -1 +1 @@
Subproject commit dc6557a3c935ae4bb68f89d8bc698a805fff788e Subproject commit 79cd0a46b2caaa242ac8fd8ad198ae067826e5ea