mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
config/options:
- build for speed instead size
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user