Skip to content

Commit

Permalink
obsolete -m64 flag which is unrecognized on some gnu c++ compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
tromp committed Apr 1, 2018
1 parent 708f8a3 commit 5394adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

OPT ?= -O3

GCC_ARCH_FLAGS ?= -m64
GPP_ARCH_FLAGS ?= -march=native -m64
GCC_ARCH_FLAGS ?= -march=native
GPP_ARCH_FLAGS ?= -march=native

# -Wno-deprecated-declarations shuts up Apple OSX clang
FLAGS ?= -Wall -Wno-format -Wno-deprecated-declarations -D_POSIX_C_SOURCE=200112L $(OPT) -DPREFETCH -I. $(CPPFLAGS) -pthread
Expand Down

0 comments on commit 5394adc

Please sign in to comment.