From 3b7435f8ee4b479bc1a99b69a0fb3513dd28b52c Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 18 Dec 2022 16:03:47 +0000 Subject: [PATCH] Fix a typo Signed-off-by: falkTX --- plugins/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/Makefile b/plugins/Makefile index 1fae7f2..bbc2bd6 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -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