diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-05-12 10:40:30 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-05-12 10:40:30 +0000 |
commit | 6f12fb754620f1f342bdbfd3b470584bf6d5daa3 (patch) | |
tree | dbb41bd270f3e848fdfb21c28ed7206377161479 /mk | |
parent | 9ac03f0b59ea5a6274309c6915666f4a79c0cb09 (diff) | |
download | haskell-6f12fb754620f1f342bdbfd3b470584bf6d5daa3.tar.gz |
doc tweak
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 daa6d699c9..3a87f24d10 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -1234,7 +1234,7 @@ WAY_thr_debug_NAME=threaded WAY_thr_debug_HC_OPTS=-optc-DTHREADED_RTS -optc-DDEBUG # Way 'thr_debug_p': -WAY_thr_debug_p_NAME=threaded +WAY_thr_debug_p_NAME=threaded debug profiling WAY_thr_debug_p_HC_OPTS=-optc-DTHREADED_RTS -optc-DDEBUG -prof # Way 'dyn': build dynamic shared libraries |