projects/RPi/options: switch optimizations to 'size'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-10-06 22:06:27 +02:00
parent 5cbefc1216
commit 9c56370a56

View File

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