mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-02-12 04:01:19 +00:00
config/optimize: use -O3 for speed optimizing
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
436a24ee09
commit
fffd4090ee
@ -1,5 +1,5 @@
|
||||
if [ "$OPTIMIZATIONS" = speed ];then
|
||||
GCC_OPTIM="-O4"
|
||||
GCC_OPTIM="-O3"
|
||||
LD_OPTIM=""
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user