Browse Source

Build with -fno-finite-math-only

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
e0e718a7b3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      plugins/Makefile
  2. +1
    -0
      src/Makefile

+ 1
- 0
plugins/Makefile 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



+ 1
- 0
src/Makefile 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


Loading…
Cancel
Save