config/options:

- build for speed instead size
This commit is contained in:
Stephan Raue 2009-12-10 16:03:18 +01:00
parent c50c72ec7c
commit fed7f4738c

View File

@ -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