From c9870a6d3d598099f8b8ca06be7ad08d290a93aa Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 2 Feb 2020 09:03:06 -0500 Subject: [PATCH] Remove -march=native for release build... --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17ea388..aa53cd1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,7 @@ target_link_directories( target_compile_options(sist2 PRIVATE -Ofast - -march=native +# -march=native -fPIC -fno-stack-protector -fomit-frame-pointer