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 27417ed commit 7f051f7Copy full SHA for 7f051f7
tools/cbcompile.sh
@@ -25,4 +25,4 @@ export LANGUAGE=zh_CN
25
OPTIONS="-fdiagnostics-format=json
26
-fdiagnostics-parseable-fixits
27
-Werror=implicit-function-declaration"
28
-$GCC -g -o $dst $src >$log 2>&1
+$GCC -g $OPTIONS -o $dst $src >$log 2>&1
0 commit comments