forked from mirrors/nixpkgs
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:
parent
97b66c8f5f
commit
9a6aa33422
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue