Fix -fno-finite-math-only placement, overriding user flags
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
c090626499
commit
802768a77e
4 changed files with 11 additions and 5 deletions
4
deps/Makefile
vendored
4
deps/Makefile
vendored
|
@ -15,7 +15,6 @@ include ../dpf/Makefile.base.mk
|
|||
# --------------------------------------------------------------
|
||||
# custom build flags
|
||||
|
||||
BASE_FLAGS += -fno-finite-math-only
|
||||
BASE_FLAGS += -I../include
|
||||
BASE_FLAGS += -I../include/neon-compat
|
||||
BASE_FLAGS += -pthread
|
||||
|
@ -32,6 +31,9 @@ BASE_FLAGS += -fno-strict-aliasing -flto
|
|||
LINK_FLAGS += -fno-strict-aliasing -flto -Werror=odr -Werror=lto-type-mismatch
|
||||
endif
|
||||
|
||||
BUILD_C_FLAGS += -fno-finite-math-only
|
||||
BUILD_CXX_FLAGS += -fno-finite-math-only
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# override VCV arch.mk stuff so we can build more architectures
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue