summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/maintMakefile b/maintMakefile
index 0a44a623..a467ac08 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -26,6 +26,9 @@ GNUWEBDIR ?= $(SRCROOTDIR)/gnu-www
# Where to put the CVS checkout of the GNU make web repository
MAKEWEBDIR ?= $(SRCROOTDIR)/make/make-web
+# Enable Perl warnings for the test suite
+PERLFLAGS := -w
+
# We like mondo-warnings!
# Also force comments to be preserved. This helps when using ccache, in
# combination with GCC 7's implicit-fallthrough warning.