Revert "projects/RPi/options: use size optimization again"

This reverts commit c0bd90ae948c5a258744a3f94e7517ed2845756f.
This commit is contained in:
Stephan Raue 2012-08-06 18:32:34 +02:00
parent 146838a57f
commit 9851c3dc18

View File

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