Skip to content
Snippets Groups Projects
Commit e9d603ef authored by Ben Gamari's avatar Ben Gamari
Browse files

Add dwarf flavour definition

parent eeca442c
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment