[Git][ghc/ghc][wip/ghc-8.8-merges] Add dwarf flavour definition

Ben Gamari gitlab at gitlab.haskell.org
Thu Jun 13 16:30:52 UTC 2019



Ben Gamari pushed to branch wip/ghc-8.8-merges at Glasgow Haskell Compiler / GHC


Commits:
e9d603ef by Ben Gamari at 2019-06-13T16:30:38Z
Add dwarf flavour definition

- - - - -


1 changed file:

- + mk/flavours/dwarf.mk


Changes:

=====================================
mk/flavours/dwarf.mk
=====================================
@@ -0,0 +1,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



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/e9d603ef2b663aa15dc61cba07d6c3b308bc6d42

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/e9d603ef2b663aa15dc61cba07d6c3b308bc6d42
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190613/8f971ab8/attachment.html>


More information about the ghc-commits mailing list