From 6911a50df7cf18fd49969fde11525a702111a545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 11 Dec 2021 20:59:08 +0100 Subject: [PATCH] config: NOINLINE modifiers_to_str() --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index b0fffaf7..50fb74e6 100644 --- a/config.c +++ b/config.c @@ -1767,7 +1767,7 @@ modifiers_disjoint(const struct config_key_modifiers *mods1, return !(shift || alt || ctrl || super); } -static char * +static char * NOINLINE modifiers_to_str(const struct config_key_modifiers *mods) { char *ret = xasprintf(