From d06c52d683f2054ed3f47bc1cff20c5044161170 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 31 May 2019 20:21:58 +0100 Subject: turn off OPTIMIZE_INLINING everywhere except x86_64 which was previously the only arch that had it --- configs/fedora/generic/CONFIG_OPTIMIZE_INLINING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/fedora/generic/CONFIG_OPTIMIZE_INLINING') diff --git a/configs/fedora/generic/CONFIG_OPTIMIZE_INLINING b/configs/fedora/generic/CONFIG_OPTIMIZE_INLINING index 6991e6d3f..b7e716809 100644 --- a/configs/fedora/generic/CONFIG_OPTIMIZE_INLINING +++ b/configs/fedora/generic/CONFIG_OPTIMIZE_INLINING @@ -1 +1 @@ -CONFIG_OPTIMIZE_INLINING=y +# CONFIG_OPTIMIZE_INLINING is not set -- cgit