From b6837264478b264d9883097856fb68047e2ccb8f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 23 Jul 2025 09:09:50 -0700 Subject: Makefile: add -Wall to ghc options. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3