From 43a39c3c2195d5b4400efc845a54f153184b1d7f Mon Sep 17 00:00:00 2001 From: Takenobu Tani Date: Sun, 14 Apr 2019 19:11:12 +0900 Subject: Add `-haddock` to perf.mk rather than prepare-system.sh To cover ci conditions from ghc8.6 to 8.9, I add `-haddock` option to `mk/flavours/perf.mk` rather than `.circleci/prepare-system.sh`. Because in windows condition of ghc-8.9, `mk/flavours/*` is included after `prepare-system.sh`. In addition, in linux condition of ghc-8.6, `mk/flavors/perf.mk` is used. --- mk/flavours/perf.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/flavours/perf.mk b/mk/flavours/perf.mk index ee856626ad..93c5919b59 100644 --- a/mk/flavours/perf.mk +++ b/mk/flavours/perf.mk @@ -1,7 +1,7 @@ SRC_HC_OPTS = -O -H64m GhcStage1HcOpts = -O2 GhcStage2HcOpts = -O2 -GhcLibHcOpts = -O2 +GhcLibHcOpts = -O2 -haddock BUILD_PROF_LIBS = YES #HADDOCK_DOCS #BUILD_SPHINX_HTML -- cgit v1.2.1