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