Fix a typo
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
73f7a165a6
commit
3b7435f8ee
1 changed files with 2 additions and 0 deletions
|
@ -1144,10 +1144,12 @@ BASE_FLAGS += -I../src/Rack/dep/oui-blendish
|
|||
BASE_FLAGS += -I../src/Rack/dep/pffft
|
||||
|
||||
# SSE must always be enabled, even in debug builds
|
||||
ifeq ($(CPU_I386_OR_X86_64),true)
|
||||
BASE_FLAGS += -msse -msse2 -msse3
|
||||
ifeq ($(WASM),true)
|
||||
BASE_FLAGS += -msimd128
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(DEBUG),true)
|
||||
BASE_FLAGS += -UDEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue