diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-01-25 16:26:09 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-01-25 16:26:09 +0100 |
commit | 2e76c61a773c073607e54bacbb679680c2b95689 (patch) | |
tree | 48d2123b017c646ddd94cd78ef0a587bda155ceb /strip.config | |
download | kconfig-2e76c61a773c073607e54bacbb679680c2b95689.tar.gz |
initial commit
Diffstat (limited to 'strip.config')
-rw-r--r-- | strip.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/strip.config b/strip.config new file mode 100644 index 0000000..9d6a45a --- /dev/null +++ b/strip.config @@ -0,0 +1,3 @@ +# strip down & speed up kernel build +CONFIG_MODULE_SIG=n +CONFIG_DEBUG_INFO=n |