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 29adc24 commit 64433beCopy full SHA for 64433be
util/build-gnu.sh
@@ -138,7 +138,7 @@ else
138
sed -i 's| tr | /usr/bin/tr |' tests/init.sh
139
# Use a better diff
140
sed -i 's|diff -c|diff -u|g' tests/Coreutils.pm
141
- "${MAKE}" -j "$("${NPROC}")"
+ CFLAGS="${CFLAGS} -pipe -std=c23" "${MAKE}" -j "$("${NPROC}")" src/getlimits # needed for tests
142
143
# Handle generated factor tests
144
t_first=00
0 commit comments