config/optimize: use -O3 for speed optimizing

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-23 17:15:32 +01:00
parent 436a24ee09
commit fffd4090ee

View File

@ -1,5 +1,5 @@
if [ "$OPTIMIZATIONS" = speed ];then
GCC_OPTIM="-O4"
GCC_OPTIM="-O3"
LD_OPTIM=""
fi