From a186e4e5762b6af08f55b0ea5ede6c03c8d6c8c4 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 22 Mar 2018 23:44:06 +0000 Subject: [PATCH] Remove -march=native from src/binaryen/CMakeLists.txt --- src/binaryen/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/binaryen/CMakeLists.txt b/src/binaryen/CMakeLists.txt index fbd0bedb91..6c75c8e007 100644 --- a/src/binaryen/CMakeLists.txt +++ b/src/binaryen/CMakeLists.txt @@ -143,7 +143,7 @@ ELSE() ADD_COMPILE_FLAG("-mfpmath=sse") elseif(TARGET_ARCH STREQUAL "ARM") # stub for ARM-specific instructions. GCC6 adds NEON with the below flags - ADD_COMPILE_FLAG("-march=native") + #ADD_COMPILE_FLAG("-march=native") endif () endif () ADD_COMPILE_FLAG("-Wall") -- 2.30.2