-threaded and -prof do not currently work together
authorSimon Marlow <simonmar@microsoft.com>
Wed, 6 Sep 2006 09:31:58 +0000 (09:31 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 6 Sep 2006 09:31:58 +0000 (09:31 +0000)
compiler/main/StaticFlags.hs

index d8646cf..b708ad0 100644 (file)
@@ -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