projects/RPi/options: optimize build for speed

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-06-10 19:08:21 +02:00
parent 34fc1b17da
commit 11edeb0c71

View File

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