[commit: ghc] wip/libdw-prof: Temporarily commit dwarf flavour (30347d1)
git at git.haskell.org
git at git.haskell.org
Sat May 6 22:26:23 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/libdw-prof
Link : http://ghc.haskell.org/trac/ghc/changeset/30347d1e072db4de5b6665f08cedbc10aeb63b0f/ghc
>---------------------------------------------------------------
commit 30347d1e072db4de5b6665f08cedbc10aeb63b0f
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jul 24 18:01:09 2016 +0200
Temporarily commit dwarf flavour
>---------------------------------------------------------------
30347d1e072db4de5b6665f08cedbc10aeb63b0f
mk/flavours/dwarf.mk | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/mk/flavours/dwarf.mk b/mk/flavours/dwarf.mk
new file mode 100644
index 0000000..6fd9cc7
--- /dev/null
+++ b/mk/flavours/dwarf.mk
@@ -0,0 +1,8 @@
+GhcStage1HcOpts += -DDEBUG
+GhcStage2HcOpts += -DDEBUG
+#GhcStage2HcOpts += -ddump-to-file -ddump-asm -ddump-cmm -dppr-debug
+GhcLibHcOpts += -g
+GhcLibHcOpts += -ddump-to-file -ddump-asm -ddump-cmm -ddump-debug -dppr-debug
+GhcRtsHcOpts += -g
+BUILD_PROF_LIBS = NO
+DYNAMIC_GHC_PROGRAMS = NO
More information about the ghc-commits
mailing list