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 4f135a9 commit 430acfeCopy full SHA for 430acfe
install-development
@@ -54,7 +54,7 @@ if [ x"$CC" == x ]; then
54
exit 1
55
fi
56
57
-export CFLAGS="-g3 -O0 -Wall -Werror -fvisibility=hidden"
+export CFLAGS="-g -O0 -Wall -Werror -fvisibility=hidden"
58
59
if [ x"$CC" == xclang ]; then
60
export CFLAGS="${CFLAGS} -fcolor-diagnostics"
0 commit comments