diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2016-12-14 16:45:48 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-15 10:42:25 -0500 |
commit | 8b2e5881550be049303b99d7862fb3c85b9ae2a4 (patch) | |
tree | ec73e97a6cc26c96e7d417f9805a6a895d09716c /mk/build.mk.sample | |
parent | 6f7d8279cea4aa1082fb07adf5da507297e21ee8 (diff) | |
download | haskell-8b2e5881550be049303b99d7862fb3c85b9ae2a4.tar.gz |
Adds llvm-prof flavour
Reviewers: austin, bgamari, RyanGlScott
Reviewed By: bgamari, RyanGlScott
Subscribers: RyanGlScott, thomie
Differential Revision: https://phabricator.haskell.org/D2824
Diffstat (limited to 'mk/build.mk.sample')
-rw-r--r-- | mk/build.mk.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/build.mk.sample b/mk/build.mk.sample index 6266219f32..e9219bd32b 100644 --- a/mk/build.mk.sample +++ b/mk/build.mk.sample @@ -34,6 +34,9 @@ # Profile the stage2 compiler: #BuildFlavour = prof +# Profile the stage2 compiler (LLVM backend): +#BuildFlavour = prof-llvm + # A development build, working on the stage 1 compiler: #BuildFlavour = devel1 |