summaryrefslogtreecommitdiff
path: root/mk/build.mk.sample
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-08-10 14:10:22 -0500
committerAustin Seipp <austin@well-typed.com>2014-08-10 15:39:15 -0500
commitbb003086599c2ac166cfb3aa710480713adb5a2f (patch)
treecb8850f23e3505885594561daa14606c22ef6040 /mk/build.mk.sample
parentba3650c8d4980a59c35203ed129a5bbed61e6fa1 (diff)
downloadhaskell-bb003086599c2ac166cfb3aa710480713adb5a2f.tar.gz
Don't build or test dph by default
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'mk/build.mk.sample')
-rw-r--r--mk/build.mk.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/build.mk.sample b/mk/build.mk.sample
index a323884334..4189882758 100644
--- a/mk/build.mk.sample
+++ b/mk/build.mk.sample
@@ -66,8 +66,8 @@ V = 1
# working on stage 2 and want to freeze stage 1 and the libraries for
# a while.
-# Uncomment the following line to disable building DPH
-#BUILD_DPH=NO
+# Uncomment the following line to enable building DPH
+#BUILD_DPH=YES
GhcLibWays = $(if $(filter $(DYNAMIC_GHC_PROGRAMS),YES),v dyn,v)