Fix a typo

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-12-18 16:03:47 +00:00
parent 73f7a165a6
commit 3b7435f8ee
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -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