diff options
author | Austin Seipp <austin@well-typed.com> | 2014-08-10 14:10:22 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-08-10 15:39:15 -0500 |
commit | bb003086599c2ac166cfb3aa710480713adb5a2f (patch) | |
tree | cb8850f23e3505885594561daa14606c22ef6040 /mk | |
parent | ba3650c8d4980a59c35203ed129a5bbed61e6fa1 (diff) | |
download | haskell-bb003086599c2ac166cfb3aa710480713adb5a2f.tar.gz |
Don't build or test dph by default
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk.sample | 4 | ||||
-rw-r--r-- | mk/config.mk.in | 2 |
2 files changed, 3 insertions, 3 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) diff --git a/mk/config.mk.in b/mk/config.mk.in index 7a73d4632a..d26684e8d1 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -791,7 +791,7 @@ HSCOLOUR_SRCS = YES endif # Build DPH? -BUILD_DPH = YES +BUILD_DPH = NO ################################################################################ # |