projects/RPi/options: build with size optimization

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue
2012-05-26 01:08:49 +02:00
parent f509fd52f4
commit bff08b24ba

View File

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