config/options:

- build with optimization for size
This commit is contained in:
Stephan Raue 2009-12-15 23:57:11 +01:00
parent dc3e83efb0
commit 33ce36c41d

View File

@ -37,7 +37,7 @@ case $TARGET_ARCH in
esac esac
# Build optimizations (size/speed) # Build optimizations (size/speed)
OPTIMIZATIONS=speed OPTIMIZATIONS=size
# Target system library C (uClibc/eglibc) # Target system library C (uClibc/eglibc)
TARGET_LIBC=eglibc TARGET_LIBC=eglibc