diff options
| author | 2026-04-20 21:33:54 +0200 | |
|---|---|---|
| committer | 2026-04-20 21:33:54 +0200 | |
| commit | c4e267a8ce72326bc4ea8557e91651dda544c474 (patch) | |
| tree | 7d85b4a12587bf42507b5e45416218b2a1b30df5 /src | |
| parent | 94aefdc760b1a7f77fe3a64d2ebf8c13645a49d0 (diff) | |
typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/a_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/a_main.c b/src/a_main.c index 2e3c87d..37b841d 100644 --- a/src/a_main.c +++ b/src/a_main.c @@ -263,7 +263,7 @@ optparse(char **args) else if (!stroneof(arg+1, okcgflags)) warn(NULL, "unsupported command-line option: `%s`", arg-1); } - } else if (!strcmp(arg, "match=native") || !memcmp(arg, "mtune=", 6)) { + } else if (!strcmp(arg, "march=native") || !memcmp(arg, "mtune=", 6)) { /* ignore */ } else if (stroneof(arg, "target\0-target\0")) { const char *s = *++args; |