From 0c19b888768ec3f558ab148cdb09534453765d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=99=BD=E4=BA=91?= <71159641+littlewhitecloud@users.noreply.github.com> Date: Sun, 17 Dec 2023 09:11:21 +0800 Subject: [PATCH] sync --- tests/should_succeed/compiler_cli.jou | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/should_succeed/compiler_cli.jou b/tests/should_succeed/compiler_cli.jou index df9b3a8c..95b6d1cd 100644 --- a/tests/should_succeed/compiler_cli.jou +++ b/tests/should_succeed/compiler_cli.jou @@ -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 = default, 3 = runs fastest) + # Output: -O0/-O1/-O2/-O3 set optimization level (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