summaryrefslogtreecommitdiff
path: root/arch/x86/configs/x86_64_defconfig
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2022-03-23 14:21:10 +0300
committerIngo Molnar <mingo@kernel.org>2022-03-24 11:10:56 +0300
commitb9080ba4a6ec56447f263082825a4fddb873316b (patch)
tree95b550eb4aead2b15ed7331c7fbe4b4c659dbbf9 /arch/x86/configs/x86_64_defconfig
parent20df737561484cb2d42e537663c03a7311d2b3c1 (diff)
downloadlinux-b9080ba4a6ec56447f263082825a4fddb873316b.tar.xz
x86/defconfig: Enable WERROR
To quote Linus: "EVERYBODY should have CONFIG_WERROR=y on at least x86-64 and other serious architectures, unless you have some completely random experimental (and broken) compiler. New compiler warnings are not acceptable." So this should make at least the most obvious and common ones not go unnoticed. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Borislav Petkov <bp@suse.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/YjsCpoRK7W4l6tSh@zn.tnic
Diffstat (limited to 'arch/x86/configs/x86_64_defconfig')
-rw-r--r--arch/x86/configs/x86_64_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
index 92b1169ec90b..38c52e4eb30b 100644
--- a/arch/x86/configs/x86_64_defconfig
+++ b/arch/x86/configs/x86_64_defconfig
@@ -258,3 +258,4 @@ CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
CONFIG_EARLY_PRINTK_DBGP=y
CONFIG_DEBUG_BOOT_PARAMS=y
CONFIG_KALLSYMS_ALL=y
+CONFIG_WERROR=y