From 440975abc3b4404538f630d2068598078b981412 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 5 Dec 2010 10:37:45 +0100 Subject: [PATCH] projects/ION: build with speed optimization Signed-off-by: Stephan Raue --- projects/ION/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ION/options b/projects/ION/options index 32d7b18d01..d58bd3297b 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -45,7 +45,7 @@ esac # Build optimizations (size/normal/speed) - OPTIMIZATIONS="size" + OPTIMIZATIONS="speed" # Project CFLAGS PROJECT_CFLAGS="-mfpmath=sse -ftree-vectorize -mmovbe"