linuxPackages.kernel: add feature.debug flag for enabling DEBUG_INFO

This commit is contained in:
Herwig Hochleitner
2018-02-09 23:12:46 +01:00
committed by Herwig Hochleitner
parent 66080ae4d8
commit 3027b80f1d

View File

@@ -699,5 +699,9 @@ with stdenv.lib;
DEBUG_MEMORY_INIT? y
''}
${optionalString (features.debug or false) ''
DEBUG_INFO y
''}
${extraConfig}
''