[commit: ghc] master: Fix displayed string (1abfa87)
Gabor Greif
ggreif at gmail.com
Fri Feb 22 18:57:49 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1abfa87072981eb9a2cdf1343bb19cdc2cfe426e
>---------------------------------------------------------------
commit 1abfa87072981eb9a2cdf1343bb19cdc2cfe426e
Author: Gabor Greif <ggreif at gmail.com>
Date: Fri Feb 22 18:13:13 2013 +0100
Fix displayed string
>---------------------------------------------------------------
mk/ways.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mk/ways.mk b/mk/ways.mk
index c365116..5608dbd 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':
More information about the ghc-commits
mailing list