diff options
| author | John MacFarlane <[email protected]> | 2022-09-29 10:15:45 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-09-29 10:19:30 -0700 |
| commit | 57fd3c4f81138aaaf52acb876f088611beeb8542 (patch) | |
| tree | e010fdadccad36814d2a04a4c1f7a0565317e98c /Makefile | |
| parent | c974ed0caea0e1266ba7a606a7bf6e35b050df13 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
