We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d91aef commit d08c043Copy full SHA for d08c043
util/build-gnu.sh
@@ -131,6 +131,7 @@ else
131
# Disable useless checks
132
"${SED}" -i 's|check-texinfo: $(syntax_checks)|check-texinfo:|' doc/local.mk
133
./bootstrap --skip-po
134
+ # Use CFLAGS for best build time since we discard GNU coreutils
135
CFLAGS="${CFLAGS} -pipe -O0 -s" ./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references \
136
"$([ "${SELINUX_ENABLED}" = 1 ] && echo --with-selinux || echo --without-selinux)"
137
#Add timeout to to protect against hangs
0 commit comments