prof/smp combination probably doesn't work, disable it
authorSimon Marlow <simonmar@microsoft.com>
Thu, 9 Feb 2006 10:48:15 +0000 (10:48 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 9 Feb 2006 10:48:15 +0000 (10:48 +0000)
ghc/compiler/main/StaticFlags.hs

index b8177a4..4e2e44e 100644 (file)
@@ -452,7 +452,6 @@ allowed_combination way = and [ x `allowedWith` y
 
        WayThreaded `allowedWith` WayProf       = True
        WayProf `allowedWith` WayUnreg          = True
-       WayProf `allowedWith` WaySMP            = True
        WayProf `allowedWith` WayNDP            = True
        _ `allowedWith` _                       = False