Build with -fno-finite-math-only
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5e14a5124a
commit
e0e718a7b3
2 changed files with 2 additions and 0 deletions
|
@ -220,6 +220,7 @@ endif
|
||||||
|
|
||||||
BUILD_C_FLAGS += -std=gnu11
|
BUILD_C_FLAGS += -std=gnu11
|
||||||
|
|
||||||
|
BASE_FLAGS += -fno-finite-math-only
|
||||||
BASE_FLAGS += -I../dpf/dgl/src/nanovg
|
BASE_FLAGS += -I../dpf/dgl/src/nanovg
|
||||||
BASE_FLAGS += -I../dpf/distrho
|
BASE_FLAGS += -I../dpf/distrho
|
||||||
|
|
||||||
|
|
|
@ -90,6 +90,7 @@ endif
|
||||||
# FOR TESTING
|
# FOR TESTING
|
||||||
# BASE_FLAGS += -I../dpf/distrho/src/jackbridge
|
# BASE_FLAGS += -I../dpf/distrho/src/jackbridge
|
||||||
|
|
||||||
|
BASE_FLAGS += -fno-finite-math-only
|
||||||
BASE_FLAGS += -I../dpf/dgl/src/nanovg
|
BASE_FLAGS += -I../dpf/dgl/src/nanovg
|
||||||
BASE_FLAGS += -I../include
|
BASE_FLAGS += -I../include
|
||||||
BASE_FLAGS += -I../include/neon-compat
|
BASE_FLAGS += -I../include/neon-compat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue