diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2019-05-31 20:21:58 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2019-05-31 20:21:58 +0100 |
commit | d06c52d683f2054ed3f47bc1cff20c5044161170 (patch) | |
tree | 113de00f6f6faa659eb18813431d7376f07454ca /configs/fedora/generic/x86 | |
parent | 8de7cad79ad1515a1c37f1b4aedce5bbbef5dbf0 (diff) | |
download | kernel-d06c52d683f2054ed3f47bc1cff20c5044161170.tar.gz kernel-d06c52d683f2054ed3f47bc1cff20c5044161170.tar.xz kernel-d06c52d683f2054ed3f47bc1cff20c5044161170.zip |
turn off OPTIMIZE_INLINING everywhere except x86_64 which was previously the only arch that had it
Diffstat (limited to 'configs/fedora/generic/x86')
-rw-r--r-- | configs/fedora/generic/x86/x86_64/CONFIG_OPTIMIZE_INLINING | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/fedora/generic/x86/x86_64/CONFIG_OPTIMIZE_INLINING b/configs/fedora/generic/x86/x86_64/CONFIG_OPTIMIZE_INLINING new file mode 100644 index 000000000..6991e6d3f --- /dev/null +++ b/configs/fedora/generic/x86/x86_64/CONFIG_OPTIMIZE_INLINING @@ -0,0 +1 @@ +CONFIG_OPTIMIZE_INLINING=y |