aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-17 08:57:25 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-17 08:57:25 -0700
commitf54e218bf86c7de832d5002af5727d7923de272c (patch)
tree0e388fc89a6ecd47c8b372202e23d4b0e072fd40 /Makefile
parent6075b17ae11e5f1670d5d6e715431c4242dfd943 (diff)
downloadpandoc-f54e218bf86c7de832d5002af5727d7923de272c.tar.gz
Revert "Makefile: add --static to quick target"
This reverts commit 6075b17ae11e5f1670d5d6e715431c4242dfd943.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3547e7f2..60aaeb43f 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ BENCHARGS?=--small --ci=0.90 --match=pattern $(PATTERN) +RTS -T -A256m -I0 -RTS
# BENCHARGS?=--csv bench_$(TIMESTAMP).csv --timeout=6 +RTS -T -A256m -I0 -RTS $(if $(PATTERN),--pattern "$(PATTERN)",)
quick:
- stack install --ghc-options='$(GHCOPTS)' --install-ghc --flag 'pandoc:embed_data_files' --static --fast --test --ghc-options='$(GHCOPTS)' --test-arguments='-j4 --hide-successes $(TESTARGS)'
+ stack install --ghc-options='$(GHCOPTS)' --install-ghc --flag 'pandoc:embed_data_files' --fast --test --ghc-options='$(GHCOPTS)' --test-arguments='-j4 --hide-successes $(TESTARGS)'
quick-cabal:
cabal new-configure . --ghc-options '$(GHCOPTS)' --disable-optimization --enable-tests