config: parse_color_theme(): make NOINLINE

This commit is contained in:
Daniel Eklöf 2025-04-27 07:46:09 +02:00
parent 4d70bb7b42
commit d20fbc6807
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1350,7 +1350,7 @@ parse_section_regex(struct context *ctx)
}
}
static bool
static bool NOINLINE
parse_color_theme(struct context *ctx, struct color_theme *theme)
{
const char *key = ctx->key;