Fix -fno-finite-math-only for CI builds
This commit is contained in:
parent
f7f7b93936
commit
d634f55fff
3 changed files with 5 additions and 8 deletions
|
|
@ -722,7 +722,6 @@ BASE_FLAGS += -DARCH_LIN
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BASE_FLAGS += -DBUILDING_PLUGIN_MODULES
|
BASE_FLAGS += -DBUILDING_PLUGIN_MODULES
|
||||||
BASE_FLAGS += -fno-finite-math-only
|
|
||||||
BASE_FLAGS += -fno-strict-aliasing
|
BASE_FLAGS += -fno-strict-aliasing
|
||||||
BASE_FLAGS += -I../dpf/dgl/src/nanovg
|
BASE_FLAGS += -I../dpf/dgl/src/nanovg
|
||||||
BASE_FLAGS += -I../dpf/distrho
|
BASE_FLAGS += -I../dpf/distrho
|
||||||
|
|
|
||||||
|
|
@ -32,11 +32,8 @@ else
|
||||||
BASE_FLAGS += -DARCH_LIN
|
BASE_FLAGS += -DARCH_LIN
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BASE_FLAGS += -fno-finite-math-only
|
|
||||||
BASE_FLAGS += -fno-strict-aliasing
|
BASE_FLAGS += -fno-strict-aliasing
|
||||||
|
|
||||||
BASE_FLAGS += -DPRIVATE=
|
BASE_FLAGS += -DPRIVATE=
|
||||||
|
|
||||||
BASE_FLAGS += -I../dpf/dgl/src/nanovg
|
BASE_FLAGS += -I../dpf/dgl/src/nanovg
|
||||||
BASE_FLAGS += -I../dpf/distrho
|
BASE_FLAGS += -I../dpf/distrho
|
||||||
BASE_FLAGS += -I../include
|
BASE_FLAGS += -I../include
|
||||||
|
|
@ -90,8 +87,10 @@ BASE_FLAGS += -I../include/mingw-std-threads
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BUILD_C_FLAGS += -std=gnu11
|
BUILD_C_FLAGS += -std=gnu11
|
||||||
|
BUILD_C_FLAGS += -fno-finite-math-only
|
||||||
|
BUILD_CXX_FLAGS += -fno-finite-math-only
|
||||||
|
|
||||||
# use our custom function to filter out VCV trademarks
|
# use our custom function to invert some colors
|
||||||
BUILD_CXX_FLAGS += -DnsvgParseFromFile=nsvgParseFromFileCardinal
|
BUILD_CXX_FLAGS += -DnsvgParseFromFile=nsvgParseFromFileCardinal
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -129,11 +129,8 @@ else
|
||||||
BASE_FLAGS += -DARCH_LIN
|
BASE_FLAGS += -DARCH_LIN
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BASE_FLAGS += -fno-finite-math-only
|
|
||||||
BASE_FLAGS += -fno-strict-aliasing
|
BASE_FLAGS += -fno-strict-aliasing
|
||||||
|
|
||||||
BASE_FLAGS += -DPRIVATE=
|
BASE_FLAGS += -DPRIVATE=
|
||||||
|
|
||||||
BASE_FLAGS += -I..
|
BASE_FLAGS += -I..
|
||||||
BASE_FLAGS += -I../../dpf/dgl/src/nanovg
|
BASE_FLAGS += -I../../dpf/dgl/src/nanovg
|
||||||
BASE_FLAGS += -I../../include
|
BASE_FLAGS += -I../../include
|
||||||
|
|
@ -174,6 +171,8 @@ BASE_FLAGS += -I../../include/mingw-std-threads
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BUILD_C_FLAGS += -std=gnu11
|
BUILD_C_FLAGS += -std=gnu11
|
||||||
|
BUILD_C_FLAGS += -fno-finite-math-only
|
||||||
|
BUILD_CXX_FLAGS += -fno-finite-math-only
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
# FIXME lots of warnings from VCV side
|
# FIXME lots of warnings from VCV side
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue