diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-09-30 08:48:41 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-09-30 08:48:41 +0000 |
commit | 7ef873b14b980d40cdcd3dd6bc82faeddfba0968 (patch) | |
tree | 0805ba135b2b8f370f7c3260060b2bf25c81559f /testsuite/config | |
parent | 1f18c178d0b3e4d0e85e4e81e986f74b87ccaebf (diff) | |
download | haskell-7ef873b14b980d40cdcd3dd6bc82faeddfba0968.tar.gz |
the threaded2 way tests event logging too
Diffstat (limited to 'testsuite/config')
-rw-r--r-- | testsuite/config/ghc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc index 700cffe7f1..0954c9da70 100644 --- a/testsuite/config/ghc +++ b/testsuite/config/ghc @@ -88,7 +88,7 @@ config.way_rts_flags = { 'extcore' : [], 'optextcore' : [], 'threaded1' : [], - 'threaded2' : ['-N2 -l'], + 'threaded2' : ['-N2 -ls'], 'threaded2_qw' : ['-N2', '-qw'], 'hpc' : [], 'prof_hc_hb' : ['-hc -hbvoid'], |