Skip to content

Commit 9a6aa33

Browse files
committedSep 16, 2017
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.
1 parent 97b66c8 commit 9a6aa33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/os-specific/linux/kernel/common-config.nix

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ with stdenv.lib;
3838
DEBUG_STACKOVERFLOW n
3939
SCHEDSTATS n
4040
DETECT_HUNG_TASK y
41+
DEBUG_INFO n # Not until we implement a separate debug output
4142
4243
${optionalString (versionOlder version "4.4") ''
4344
CPU_NOTIFIER_ERROR_INJECT? n

0 commit comments

Comments
 (0)