projects/ION: build with speed optimization

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-05 10:37:45 +01:00
parent 2bbabcb286
commit 440975abc3

View File

@ -45,7 +45,7 @@
esac
# Build optimizations (size/normal/speed)
OPTIMIZATIONS="size"
OPTIMIZATIONS="speed"
# Project CFLAGS
PROJECT_CFLAGS="-mfpmath=sse -ftree-vectorize -mmovbe"