mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-09 21:24:53 +00:00
Removed duplicate in compile script
This commit is contained in:
parent
3d28f519c7
commit
cb03daf28a
@ -26,7 +26,6 @@ type wget >> "$DIR/install.log" 2>&1 || { echo >&2 "[ERROR] Please install \"wge
|
||||
[ -z "$march" ] && march="native";
|
||||
[ -z "$mcpu" ] && mcpu="native";
|
||||
[ -z "$mtune" ] && mtune="native";
|
||||
[ -z "$mcpu" ] && mcpu="native";
|
||||
[ -z "$CFLAGS" ] && CFLAGS="";
|
||||
|
||||
gcc -O3 -march=$march -mcpu=$mcpu -mtune=$mtune -fno-gcse $CFLAGS -Q --help=target >> "$DIR/install.log" 2>&1
|
||||
|
Loading…
x
Reference in New Issue
Block a user