aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-07-23 09:09:50 -0700
committerJohn MacFarlane <[email protected]>2025-07-23 09:09:50 -0700
commitb6837264478b264d9883097856fb68047e2ccb8f (patch)
treeb0bd293d0ea01661bfe8660e98149c504b8293d7
parent655ad77de1e1afd899b34622f4e77816efd67673 (diff)
Makefile: add -Wall to ghc options.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c6b2bc17..eac9d82eb 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ BASELINECMD=
else
BASELINECMD=--baseline $(BASELINE)
endif
-GHCOPTS=-fwrite-ide-info -fdiagnostics-color=always -j +RTS -A8m -RTS
+GHCOPTS=-fwrite-ide-info -fdiagnostics-color=always -Wall -j +RTS -A8m -RTS
CABALOPTS?=--disable-optimization -f-export-dynamic
WEBSITE=../../web/pandoc.org
REVISION?=1