mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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