Skip to content

Commit

Permalink
what are you doing vscode
Browse files Browse the repository at this point in the history
I forget to install the editorconfig plugin?
  • Loading branch information
littlewhitecloud authored Dec 17, 2023
1 parent 48ad604 commit 55a190e
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 @@ -57,7 +57,7 @@ void parse_arguments(int argc, char **argv)
memset(&command_line_args, 0, sizeof command_line_args);
command_line_args.argv0 = argv[0];
/* Set default optimize to O1, user sets optimize will overwrite the default flag*/
command_line_args.optlevel = 1;
command_line_args.optlevel = 1;

if (argc == 2 && !strcmp(argv[1], "--help")) {
// Print help.
Expand Down

0 comments on commit 55a190e

Please sign in to comment.