aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-09-29 10:15:45 -0700
committerJohn MacFarlane <[email protected]>2022-09-29 10:19:30 -0700
commit57fd3c4f81138aaaf52acb876f088611beeb8542 (patch)
treee010fdadccad36814d2a04a4c1f7a0565317e98c /Makefile
parentc974ed0caea0e1266ba7a606a7bf6e35b050df13 (diff)
cabal.project: move back to using `flags:`.
If we add the flag to constraints, it can't be overridden on the command line.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ae96c9a3..10aa86206 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ BENCHARGS?=--csv bench_$(TIMESTAMP).csv $(BASELINECMD) --timeout=6 +RTS -T --non
quick-cabal: quick-cabal-test ## tests and build executable
cabal build \
--ghc-options='$(GHCOPTS)' \
- --disable-optimization pandoc-cli
+ --disable-optimization all
.PHONY: quick-cabal
# Note: to accept current results of golden tests,