From a845375e028d29b447439b0c65dea4a9b4d2b2f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Mon, 2 Nov 2015 19:12:46 +0100 Subject: [PATCH] Wrapper: Remove '-march=native' to hopefully fix #54 --- wrapper/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper/build.sh b/wrapper/build.sh index 0292d95..b2bde66 100755 --- a/wrapper/build.sh +++ b/wrapper/build.sh @@ -89,7 +89,7 @@ if [ -n "$BWPLATFORM" ]; then [ -z "$BWCOMPILEONLY" ] && BWCOMPILEONLY=1 else - [ -z "$PORTABLE"] && FLAGS="-march=native $CXXFLAGS " + [ -z "$PORTABLE"] && FLAGS="$CXXFLAGS " fi if [ -n "$BWCXX" ]; then