From 11edeb0c712aa3ea15163fb488ca739a2ab9d93f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 10 Jun 2012 19:08:21 +0200 Subject: [PATCH] projects/RPi/options: optimize build for speed 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 af6aa6cc5b..378e5ab3a0 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -85,7 +85,7 @@ esac # Build optimizations (size/normal/speed) - OPTIMIZATIONS="normal" + OPTIMIZATIONS="speed" # Project CFLAGS PROJECT_CFLAGS=""