diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-05-31 10:18:54 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-05-31 10:18:54 +0200 |
commit | 068c720c18284e073b630691795bff8cc2b03e47 (patch) | |
tree | cf4a09a8bd51b8e0889a1b77dd14b0878beb97f8 /strip.config | |
parent | f62cbfa048e9518df788fac305b7ec39d6a29bbd (diff) | |
download | kconfig-068c720c18284e073b630691795bff8cc2b03e47.tar.gz |
tweak strip
Diffstat (limited to 'strip.config')
-rw-r--r-- | strip.config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/strip.config b/strip.config index 274bf3b..a4233d7 100644 --- a/strip.config +++ b/strip.config @@ -1,3 +1,5 @@ # strip down & speed up kernel build -#CONFIG_MODULE_SIG=n -CONFIG_DEBUG_INFO=n +CONFIG_MODULE_SIG=n +CONFIG_KEXEC_VERIFY_SIG=n +CONFIG_DEBUG_INFO=y +CONFIG_DEBUG_INFO_REDUCED=y |