Added fix for issue #48 reported by AwlsomeAlex. All optimization
flags are preserved and the produced glibc is fully functional.
This commit is contained in:
parent
c862281e47
commit
3f1aecd5f1
@ -50,7 +50,7 @@ $GLIBC_SRC/configure \
|
||||
--without-gd \
|
||||
--without-selinux \
|
||||
--disable-werror \
|
||||
CFLAGS="-Os -s -fno-stack-protector -U_FORTIFY_SOURCE"
|
||||
CFLAGS="-Os -s -fno-stack-protector -U_FORTIFY_SOURCE -fomit-frame-pointer"
|
||||
|
||||
# Compile glibc with optimization for "parallel jobs" = "number of processors".
|
||||
echo "Building glibc..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user