Skip to content

Commit 74576fa

Browse files
committed
Merge branch 'master' of github.com:vincefn/objcryst
* 'master' of github.com:vincefn/objcryst: Correct march/SSE flags for rules-gnu.mak
2 parents a55f20d + 7ad3611 commit 74576fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjCryst/rules-gnu.mak

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ UNAME_S := $(shell uname -m)
122122
SSE_FLAGS =
123123
ifneq ($(sse),0)
124124
ifneq ($(UNAME_S),arm64)
125-
SSE_FLAGS = -DHAVE_SSE_MATHFUN -DUSE_SSE2 -march=native $(UNAME_S)
125+
SSE_FLAGS = -DHAVE_SSE_MATHFUN -DUSE_SSE2 -march=native
126126
endif
127127
endif
128128

0 commit comments

Comments
 (0)