mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/optimize: use -ffast-math with -O3 optimization
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9e3c9991ac
commit
a3c5e63efa
@ -7,6 +7,7 @@ fi
|
||||
if [ "$OPTIMIZATIONS" = speed ];then
|
||||
GCC_OPTIM="$GCC_OPTIM -O3"
|
||||
GCC_OPTIM="$GCC_OPTIM -fexcess-precision=fast"
|
||||
GCC_OPTIM="$GCC_OPTIM -ffast-math"
|
||||
LD_OPTIM="-Wl,--as-needed"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user