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 867a1b7 commit ae0cb25Copy full SHA for ae0cb25
install-development
@@ -56,10 +56,10 @@ if [ x"$CC" == x ]; then
56
exit 1
57
fi
58
59
+export CFLAGS="-g3 -O0 -Wall -fvisibility=hidden -march=native"
60
+
61
if [ x"$CC" == xclang ]; then
- export CFLAGS="-g3 -O0 -fcolor-diagnostics -Wall -march=native -std=gnu90"
-else
62
- export CFLAGS="-g3 -O0 -fno-delete-null-pointer-checks -Wall -fvisibility=hidden -march=native -std=gnu90"
+ export CFLAGS="${CFLAGS} -fcolor-diagnostics"
63
64
65
# Translate long options to short
0 commit comments