linux: Disable CONFIG_DEBUG_STACKOVERFLOW
This got enabled accidentally in e64e3ad88ab612379747dff15b62573bda3f8de4.
This commit is contained in:
parent
63ac40a77b
commit
584ca36462
@ -21,7 +21,7 @@ with stdenv.lib;
|
||||
DEBUG_DEVRES n
|
||||
DEBUG_NX_TEST n
|
||||
DEBUG_STACK_USAGE n
|
||||
${optionalString (!(features.grsecurity or true)) ''
|
||||
${optionalString (!(features.grsecurity or false)) ''
|
||||
DEBUG_STACKOVERFLOW n
|
||||
''}
|
||||
RCU_TORTURE_TEST n
|
||||
|
Loading…
x
Reference in New Issue
Block a user