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 b6ae1d0 commit 59cc57cCopy full SHA for 59cc57c
spec/install_bash.sh
@@ -23,7 +23,7 @@ for patch in $(find .. -wholename "$patches" | sort); do
23
patch -f -p0 <$patch
24
done
25
26
-#export CFLAGS="-std=c99"
+export CFLAGS="-std=c99"
27
gcc -dM -E -x c /dev/null | grep -F __STDC_VERSION__
28
gcc -v
29
./configure --exec-prefix /
0 commit comments