[commit: ghc] wip/libdw-prof: Temporarily commit dwarf flavour (9c5fc8e)
git at git.haskell.org
git at git.haskell.org
Sun May 7 19:38:43 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/libdw-prof
Link : http://ghc.haskell.org/trac/ghc/changeset/9c5fc8ee592bfcc937a4a49d07f398874a360964/ghc
>---------------------------------------------------------------
commit 9c5fc8ee592bfcc937a4a49d07f398874a360964
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jul 24 18:01:09 2016 +0200
Temporarily commit dwarf flavour
>---------------------------------------------------------------
9c5fc8ee592bfcc937a4a49d07f398874a360964
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