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 86aa274 commit 2a51b7dCopy full SHA for 2a51b7d
install-development
@@ -56,7 +56,7 @@ if [ x"$CC" == x ]; then
56
exit 1
57
fi
58
59
-export CFLAGS="-g3 -O0 -Wall -fvisibility=hidden -march=native"
+export CFLAGS="-g3 -O0 -Wall -Werror -fvisibility=hidden"
60
61
if [ x"$CC" == xclang ]; then
62
export CFLAGS="${CFLAGS} -fcolor-diagnostics"
0 commit comments