Skip to content

Commit

Permalink
[Update] Default to not use -march=native
Browse files Browse the repository at this point in the history
  • Loading branch information
choishingwan committed Oct 9, 2019
1 parent f900601 commit 0c535eb
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
@@ -1,4 +1,4 @@
CXXFLAGS=-Wall -O3 -std=c++11 -DNDEBUG -march=native
CXXFLAGS=-Wall -O3 -std=c++11 -DNDEBUG #-march=native
ZLIB=/mnt/lustre/groups/ukbiobank/Edinburgh_Data/Software/PRSice-cpp_development/PRSice.code/lib/zlib-1.2.11/build/libz.a
CXX=/opt/apps/compilers/gcc/6.2.0/bin/g++
INCLUDES := -I inc/ -isystem lib/ -isystem lib/zlib-1.2.11/ -isystem lib/eigen-git-mirror
Expand Down

0 comments on commit 0c535eb

Please sign in to comment.