Try to fix win32 builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
154ae87a41
commit
73f7a165a6
1 changed files with 6 additions and 4 deletions
|
@ -1143,12 +1143,14 @@ BASE_FLAGS += -I../src/Rack/dep/nanosvg/src
|
||||||
BASE_FLAGS += -I../src/Rack/dep/oui-blendish
|
BASE_FLAGS += -I../src/Rack/dep/oui-blendish
|
||||||
BASE_FLAGS += -I../src/Rack/dep/pffft
|
BASE_FLAGS += -I../src/Rack/dep/pffft
|
||||||
|
|
||||||
|
# SSE must always be enabled, even in debug builds
|
||||||
|
BASE_FLAGS += -msse -msse2 -msse3
|
||||||
|
ifeq ($(WASM),true)
|
||||||
|
BASE_FLAGS += -msimd128
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(DEBUG),true)
|
ifeq ($(DEBUG),true)
|
||||||
BASE_FLAGS += -UDEBUG
|
BASE_FLAGS += -UDEBUG
|
||||||
ifeq ($(WASM),true)
|
|
||||||
# SSE must always be enabled on wasm, even in debug builds
|
|
||||||
BASE_FLAGS += -msse -msse2 -msse3 -msimd128
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HEADLESS),true)
|
ifeq ($(HEADLESS),true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue