From fed7f4738c8d94cc277bcd312fbd72c90b786cfe Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 10 Dec 2009 16:03:18 +0100 Subject: [PATCH] config/options: - build for speed instead size --- config/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/options b/config/options index fda575c376..4be74388bc 100644 --- a/config/options +++ b/config/options @@ -37,7 +37,7 @@ case $TARGET_ARCH in esac # Build optimizations (size/speed) -OPTIMIZATIONS=size +OPTIMIZATIONS=speed # Target system library C (uClibc/eglibc) TARGET_LIBC=eglibc