mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +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