Skip to content

Commit

Permalink
Update src/main.c
Browse files Browse the repository at this point in the history
Co-authored-by: Akuli <[email protected]>
  • Loading branch information
littlewhitecloud and Akuli authored Dec 17, 2023
1 parent 55a190e commit 14accd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static const char help_fmt[] =
"\n"
"Options:\n"
" -o OUTFILE output an executable file, don't run the code\n"
" -O0/-O1/-O2/-O3 set optimization level (1 = default, 3 = runs fastest)\n"
" -O0/-O1/-O2/-O3 set optimization level (0 = no optimization, 1 = default, 3 = runs fastest)\n"
" -v / --verbose display some progress information\n"
" -vv display a lot of information about all compilation steps\n"
" --valgrind use valgrind when running the code\n"
Expand Down

0 comments on commit 14accd4

Please sign in to comment.