From c4e267a8ce72326bc4ea8557e91651dda544c474 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 20 Apr 2026 21:33:54 +0200 Subject: typo --- src/a_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3