Skip to content

Commit

Permalink
Use a generic intel architecture as default
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcima committed Aug 25, 2018
1 parent 25241fe commit d7a2f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ifeq ($(CFLAGS),)
ifeq ($(OS), Darwin)
CFLAGS=-O3 -ffast-math -ftree-vectorize -arch ppc -arch i386 -arch x86_64
else
CFLAGS=-O3 -mtune=native -march=native -mfpmath=sse -ffast-math -ftree-vectorize
CFLAGS=-O3 -march=nocona -mfpmath=sse -ffast-math -ftree-vectorize
endif
endif

Expand Down

0 comments on commit d7a2f80

Please sign in to comment.