projects/RPi/options: optimize for size

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-02-17 07:05:30 +01:00
parent ff4d26f4ed
commit f9607329d4

View File

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