diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ ifeq ($(CM_OPT_ENABLE_ASAN),1) endif ifeq ($(CM_OPT_ENABLE_SSE2),1) - CM_CC_FLAGS += -DCM_SSE2=1 + CM_CC_FLAGS += -DCM_SSE2=1 -msse2 endif .PHONY: all |
