kernel: Disable DEBUG_INFO

Since we don't have a split debug info output yet, don't waste time
writing several gigabytes of debug info that's all going to be stripped
out at the end.

This change only affects Aarch64 (where some joker has enabled it in the
architecture defconfig) and is a no-op on the others.
This commit is contained in:
Tuomas Tynkkynen 2017-09-16 15:09:10 +03:00
parent 97b66c8f5f
commit 9a6aa33422

View file

@ -38,6 +38,7 @@ with stdenv.lib;
DEBUG_STACKOVERFLOW n
SCHEDSTATS n
DETECT_HUNG_TASK y
DEBUG_INFO n # Not until we implement a separate debug output
${optionalString (versionOlder version "4.4") ''
CPU_NOTIFIER_ERROR_INJECT? n