diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-03-17 08:57:25 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-03-17 08:57:25 -0700 |
commit | f54e218bf86c7de832d5002af5727d7923de272c (patch) | |
tree | 0e388fc89a6ecd47c8b372202e23d4b0e072fd40 /Makefile | |
parent | 6075b17ae11e5f1670d5d6e715431c4242dfd943 (diff) | |
download | pandoc-f54e218bf86c7de832d5002af5727d7923de272c.tar.gz |
Revert "Makefile: add --static to quick target"
This reverts commit 6075b17ae11e5f1670d5d6e715431c4242dfd943.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |