Skip to content

Commit 7ad3611

Browse files
committed
Correct march/SSE flags for rules-gnu.mak
1 parent c36a34a commit 7ad3611

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)