Skip to content

Commit

Permalink
kernel: Disable DEBUG_INFO
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dezgeg committed Sep 16, 2017
1 parent 97b66c8 commit 9a6aa33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Expand Up @@ -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
Expand Down

0 comments on commit 9a6aa33

Please sign in to comment.