Skip to content

Commit 7f051f7

Browse files
committed
Add options
1 parent 27417ed commit 7f051f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cbcompile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ export LANGUAGE=zh_CN
2525
OPTIONS="-fdiagnostics-format=json
2626
-fdiagnostics-parseable-fixits
2727
-Werror=implicit-function-declaration"
28-
$GCC -g -o $dst $src >$log 2>&1
28+
$GCC -g $OPTIONS -o $dst $src >$log 2>&1

0 commit comments

Comments
 (0)