From 772fc13fc92d1f67cbf9387d387eb352f92cacce Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 5 Dec 2010 10:37:54 +0100 Subject: [PATCH] projects/ATV: build with speed optimization Signed-off-by: Stephan Raue --- projects/ATV/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ATV/options b/projects/ATV/options index 9acedb7c39..dedcb073b4 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -45,7 +45,7 @@ esac # Build optimizations (size/speed) - OPTIMIZATIONS="size" + OPTIMIZATIONS="speed" # Project CFLAGS PROJECT_CFLAGS=""