]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - Makefile
cifs: smbd: Return EINTR when interrupted
[linux.git] / Makefile
index f4b0ae1b5c6a07622962eb75a0f5b0271e5921c0..cd8b71bfba76716ae24262a9cdfc7c09b5cb9482 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -748,6 +748,11 @@ KBUILD_CFLAGS      += -fomit-frame-pointer
 endif
 endif
 
+# Initialize all stack variables with a pattern, if desired.
+ifdef CONFIG_INIT_STACK_ALL
+KBUILD_CFLAGS  += -ftrivial-auto-var-init=pattern
+endif
+
 DEBUG_CFLAGS   := $(call cc-option, -fno-var-tracking-assignments)
 
 ifdef CONFIG_DEBUG_INFO