Skip to content

Commit

Permalink
Less specific compilation - better for heterogeneous environments
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Jul 24, 2017
1 parent 9ed3fc3 commit 10c4a6b
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 @@ -11,7 +11,7 @@

# CXX and CXXFLAGS can be overridden by the user.
CXX ?= g++
CXXFLAGS ?= -Wall -Wextra -pedantic -march=native
CXXFLAGS ?= -Wall -Wextra -pedantic -mtune=native

# These flags are required for the build to work.
FLAGS = -std=c++14 -Iporechop/include -fPIC
Expand Down

0 comments on commit 10c4a6b

Please sign in to comment.