summaryrefslogtreecommitdiff
path: root/mk/ways.mk
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-02-22 18:13:13 +0100
committerGabor Greif <ggreif@gmail.com>2013-02-22 18:48:28 +0100
commit1abfa87072981eb9a2cdf1343bb19cdc2cfe426e (patch)
tree04824c1788d6f7e672043fb5ac90777caa8d5b1a /mk/ways.mk
parent1a3247f6a5d98c15139e8650c88a61284a786731 (diff)
downloadhaskell-1abfa87072981eb9a2cdf1343bb19cdc2cfe426e.tar.gz
Fix displayed string
Diffstat (limited to 'mk/ways.mk')
-rw-r--r--mk/ways.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/ways.mk b/mk/ways.mk
index c3651163c7..5608dbd9ef 100644
--- a/mk/ways.mk
+++ b/mk/ways.mk
@@ -77,7 +77,7 @@ WAY_debug_p_NAME=debug profiled
WAY_debug_p_HC_OPTS= -static -optc-DDEBUG -prof
# Way 'thr_debug':
-WAY_thr_debug_NAME=threaded
+WAY_thr_debug_NAME=threaded debug
WAY_thr_debug_HC_OPTS= -static -optc-DTHREADED_RTS -optc-DDEBUG
# Way 'thr_debug_p':