diff --git a/make64 b/make64 index 02ef86e..bdb45e6 100755 --- a/make64 +++ b/make64 @@ -5,7 +5,7 @@ SCRIPT=`basename $0` export CFLAGS="-mtune=generic -Os -pipe" export CXXFLAGS="-mtune=generic -Os -pipe" -export LDFLAGS="-W1,-O1" +export LDFLAGS="-Wl,-O1" if [ -z "$1" ] then