Removed gcc -pipe on normal build

This commit is contained in:
Shoghi Cervantes 2014-02-01 12:12:42 +01:00
parent fbbb114fc6
commit 60a43df5c7

View File

@ -122,7 +122,7 @@ if [ $? -ne 0 ]; then
export CFLAGS="-O2 -fno-gcse $CFLAGS" export CFLAGS="-O2 -fno-gcse $CFLAGS"
fi fi
else else
export CFLAGS="-O2 -pipe -march=$march -mtune=$mtune -fno-gcse $CFLAGS" export CFLAGS="-O2 -march=$march -mtune=$mtune -fno-gcse $CFLAGS"
fi fi