linuxPackages.kernel: add feature.debug flag for enabling DEBUG_INFO
This commit is contained in:
parent
66080ae4d8
commit
3027b80f1d
@ -699,5 +699,9 @@ with stdenv.lib;
|
||||
DEBUG_MEMORY_INIT? y
|
||||
''}
|
||||
|
||||
${optionalString (features.debug or false) ''
|
||||
DEBUG_INFO y
|
||||
''}
|
||||
|
||||
${extraConfig}
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user