mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
config/optimize: use -O3 for speed optimizing
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
if [ "$OPTIMIZATIONS" = speed ];then
|
||||
GCC_OPTIM="-O4"
|
||||
GCC_OPTIM="-O3"
|
||||
LD_OPTIM=""
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user