From: Simon Marlow Date: Wed, 6 Sep 2006 09:31:58 +0000 (+0000) Subject: -threaded and -prof do not currently work together X-Git-Tag: Before_FC_branch_merge~66 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=abcf8d64e9d687e015f7f50938b4cd006f277114;p=ghc-hetmet.git -threaded and -prof do not currently work together --- diff --git a/compiler/main/StaticFlags.hs b/compiler/main/StaticFlags.hs index d8646cf..b708ad0 100644 --- a/compiler/main/StaticFlags.hs +++ b/compiler/main/StaticFlags.hs @@ -444,7 +444,6 @@ allowed_combination way = and [ x `allowedWith` y _ `allowedWith` WayDebug = True WayDebug `allowedWith` _ = True - WayThreaded `allowedWith` WayProf = True WayProf `allowedWith` WayUnreg = True WayProf `allowedWith` WayNDP = True _ `allowedWith` _ = False