Skip to content

Commit 5d23335

Browse files
committed
revert flags
1 parent 73e54b4 commit 5d23335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ set (BOOST_CXX_FLAGS "-Wno-deprecated-register -std=c++11")
3131
SET(CMAKE_FIND_LIBRARY_SUFFIXES .a ${CMAKE_FIND_LIBRARY_SUFFIXES})
3232

3333
## Set the standard required compile flags
34-
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mno-avx -pthread -funroll-loops -fPIC -fomit-frame-pointer -O4 -DHAVE_ANSI_TERM -Wall -std=c++11 -Wreturn-type -Werror=return-type")
34+
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native -pthread -funroll-loops -fPIC -fomit-frame-pointer -O4 -DHAVE_ANSI_TERM -Wall -std=c++11 -Wreturn-type -Werror=return-type")
3535

3636
##
3737
# OSX is strange (some might say, stupid in this regard). Deal with it's quirkines here.

0 commit comments

Comments
 (0)