Skip to content

Commit 9665fa8

Browse files
author
Jonathan Dahan
committed
macOS: use march=native in build
1 parent 331b577 commit 9665fa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.macosx

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ CFLAGS += -D_BSD_SOURCE
7474
# get much better results by telling it we have at least a Pentium 3
7575
# which hass the SSE instructions.
7676

77-
CFLAGS += -march=core2 -msse4.1 -std=gnu99
77+
#CFLAGS += -march=core2 -msse4.1 -std=gnu99
7878
#CFLAGS += -march=pentium3 -sse
79+
CFLAGS += -march=native
7980

8081

8182
# Add -ffastmath in only if compiler version recognizes it.

0 commit comments

Comments
 (0)