mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Wrapper: Remove '-march=native' to hopefully fix #54
This commit is contained in:
parent
a83a2b12be
commit
a845375e02
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user