mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 23:59:53 +00:00
Removed gcc -pipe on normal build
This commit is contained in:
parent
fbbb114fc6
commit
60a43df5c7
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user