From f9607329d4e27b611db5fddb42f57b20fbbb56fd Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 17 Feb 2013 07:05:30 +0100 Subject: [PATCH] projects/RPi/options: optimize for size Signed-off-by: Stephan Raue --- projects/RPi/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/RPi/options b/projects/RPi/options index d35e1e1431..f53c67d1a2 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -77,7 +77,7 @@ esac # Build optimizations (size/normal/speed) - OPTIMIZATIONS="speed" + OPTIMIZATIONS="size" # Project CFLAGS PROJECT_CFLAGS=""