blob: 15f16e2c370ec3c95527625729cebbb684342c69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Build flavour which produces a compiler, RTS, and core libraries with DWARF
# debug information. For best results run ./configure with
# --enable-dwarf-unwind.
SRC_HC_OPTS = -O -H64m
GhcStage1HcOpts = -O2
GhcStage2HcOpts = -O2 -g3
GhcRtsHcOpts = -O2 -g3
GhcLibHcOpts = -O2 -g3
BUILD_PROF_LIBS = YES
#SplitObjs
#HADDOCK_DOCS
#BUILD_SPHINX_HTML
#BUILD_SPHINX_PDF
|