Skip to content

Commit d08c043

Browse files
author
oech3
committed
Add a reason for CFLAGS
1 parent 0d91aef commit d08c043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/build-gnu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ else
131131
# Disable useless checks
132132
"${SED}" -i 's|check-texinfo: $(syntax_checks)|check-texinfo:|' doc/local.mk
133133
./bootstrap --skip-po
134+
# Use CFLAGS for best build time since we discard GNU coreutils
134135
CFLAGS="${CFLAGS} -pipe -O0 -s" ./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references \
135136
"$([ "${SELINUX_ENABLED}" = 1 ] && echo --with-selinux || echo --without-selinux)"
136137
#Add timeout to to protect against hangs

0 commit comments

Comments
 (0)