From abcf8d64e9d687e015f7f50938b4cd006f277114 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 6 Sep 2006 09:31:58 +0000 Subject: [PATCH] -threaded and -prof do not currently work together --- compiler/main/StaticFlags.hs | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4