[S390] Increase default warning stacksize.
Compiling a kernel with allmodconfig or allyesconfig results in tons of gcc warnings, because the default maximum stacksize from which on gcc will emit a warning is just 256 bytes. Increase this to 2048, so these warnings don't distract from the real warnings that we need to watch at. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
@@ -289,7 +289,7 @@ config WARN_STACK_SIZE
|
|||||||
int "Maximum frame size considered safe (128-2048)"
|
int "Maximum frame size considered safe (128-2048)"
|
||||||
range 128 2048
|
range 128 2048
|
||||||
depends on WARN_STACK
|
depends on WARN_STACK
|
||||||
default "256"
|
default "2048"
|
||||||
help
|
help
|
||||||
This allows you to specify the maximum frame size a function may
|
This allows you to specify the maximum frame size a function may
|
||||||
have without the compiler complaining about it.
|
have without the compiler complaining about it.
|
||||||
|
Reference in New Issue
Block a user