projects/RPi/options: use size optimization again

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-08-05 20:28:56 +02:00
parent 66baa754ce
commit c0bd90ae94

View File

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