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