Build with -fno-finite-math-only

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-18 18:19:47 +01:00
parent 5e14a5124a
commit e0e718a7b3
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 0 deletions

View file

@ -220,6 +220,7 @@ endif
BUILD_C_FLAGS += -std=gnu11
BASE_FLAGS += -fno-finite-math-only
BASE_FLAGS += -I../dpf/dgl/src/nanovg
BASE_FLAGS += -I../dpf/distrho

View file

@ -90,6 +90,7 @@ endif
# FOR TESTING
# BASE_FLAGS += -I../dpf/distrho/src/jackbridge
BASE_FLAGS += -fno-finite-math-only
BASE_FLAGS += -I../dpf/dgl/src/nanovg
BASE_FLAGS += -I../include
BASE_FLAGS += -I../include/neon-compat