diff options
author | simonmar <unknown> | 2005-05-17 12:34:13 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-05-17 12:34:13 +0000 |
commit | 70391624e84eb5dc6239a380f31144b8830f788f (patch) | |
tree | 4e5d8923a8e31284f49edbae778efdc0a6e10fde /mk | |
parent | ce2fc6046c62d49ae798ac35debc35b440de92cd (diff) | |
download | haskell-70391624e84eb5dc6239a380f31144b8830f788f.tar.gz |
[project @ 2005-05-17 12:34:13 by simonmar]
Build thr_debug by default
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 18caa255c6..62875259b1 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -313,7 +313,7 @@ endif ifeq "$(BootingFromHc)" "YES" GhcRTSWays= else -GhcRTSWays=thr thr_p debug +GhcRTSWays=thr thr_p debug thr_debug endif # Option flags to pass to GHC when it's compiling modules in |