summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MCONFIG2
1 files changed, 2 insertions, 0 deletions
diff --git a/MCONFIG b/MCONFIG
index c73520bd..e9c16d38 100644
--- a/MCONFIG
+++ b/MCONFIG
@@ -62,6 +62,8 @@ com32 = $(topdir)/com32
# Common warnings we want for all gcc-generated code
GCCWARN := -W -Wall -Wstrict-prototypes
+# Extremely useful variant for debugging...
+#GCCWARN += -Wno-clobbered -Werror
# Common stanza to make gcc generate .*.d dependency files
MAKEDEPS = -Wp,-MT,$@,-MD,$(dir $@).$(notdir $@).d