summaryrefslogtreecommitdiff
path: root/mk/flavours/devel1.mk
blob: 1c03aff10b51fa08c0a24dbe7193a7f62b68ca8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SRC_HC_OPTS        = -O -H64m
GhcStage1HcOpts    = -O0 -DDEBUG
GhcStage2HcOpts    = -O
GhcLibHcOpts       = -O -dcore-lint
BUILD_PROF_LIBS    = NO
SplitSections      = NO
HADDOCK_DOCS       = NO
BUILD_SPHINX_HTML  = NO
BUILD_SPHINX_PDF   = NO
BUILD_MAN          = NO

LAX_DEPENDENCIES   = YES

# Reduce optimisation when building Cabal; this makes a significant difference
# in overall build time. See #16817.
libraries/Cabal_dist-install_HC_OPTS += -O0