Skip to content

Commit

Permalink
Update compiler_cli.jou
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Dec 17, 2023
1 parent 4a5fd72 commit b5b5112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/should_succeed/compiler_cli.jou
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main() -> int:
# Output:
# Output: Options:
# Output: -o OUTFILE output an executable file, don't run the code
# Output: -O0/-O1/-O2/-O3 set optimization level (0 = no optimization, 1 = default, 3 = runs fastest)"
# Output: -O0/-O1/-O2/-O3 set optimization level (0 = no optimization, 1 = default, 3 = runs fastest)
# Output: -v / --verbose display some progress information
# Output: -vv display a lot of information about all compilation steps
# Output: --valgrind use valgrind when running the code
Expand Down

0 comments on commit b5b5112

Please sign in to comment.