Wrapper: Remove '-march=native' to hopefully fix #54

This commit is contained in:
Thomas Pöchtrager 2015-11-02 19:12:46 +01:00
parent a83a2b12be
commit a845375e02

View File

@ -89,7 +89,7 @@ if [ -n "$BWPLATFORM" ]; then
[ -z "$BWCOMPILEONLY" ] && BWCOMPILEONLY=1 [ -z "$BWCOMPILEONLY" ] && BWCOMPILEONLY=1
else else
[ -z "$PORTABLE"] && FLAGS="-march=native $CXXFLAGS " [ -z "$PORTABLE"] && FLAGS="$CXXFLAGS "
fi fi
if [ -n "$BWCXX" ]; then if [ -n "$BWCXX" ]; then