mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 12:46:53 +00:00
config/optimize: dont build with '-ffast-math'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e8f62dccf7
commit
36251c397f
@ -4,7 +4,7 @@ if [ "$OPTIMIZATIONS" = normal ];then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OPTIMIZATIONS" = size ];then
|
if [ "$OPTIMIZATIONS" = size ];then
|
||||||
GCC_OPTIM="-Os -fexcess-precision=fast -ffast-math"
|
GCC_OPTIM="-Os -fexcess-precision=fast"
|
||||||
LD_OPTIM="-Wl,--as-needed"
|
LD_OPTIM="-Wl,--as-needed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user