Revert "projects/RPi/options: optimize for size"

This reverts commit f9607329d4e27b611db5fddb42f57b20fbbb56fd.
This commit is contained in:
Stephan Raue 2013-02-19 00:43:21 +01:00
parent f8f5eaf1e5
commit 7a3fa0070a

View File

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