projects/RPi/options: use speed optimization

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-09-16 23:30:59 +02:00
parent 8747c25a30
commit a8989afb18

View File

@ -81,7 +81,7 @@
esac esac
# Build optimizations (size/normal/speed) # Build optimizations (size/normal/speed)
OPTIMIZATIONS="fast" OPTIMIZATIONS="speed"
# Project CFLAGS # Project CFLAGS
PROJECT_CFLAGS="" PROJECT_CFLAGS=""