prof/smp combination probably doesn't work, disable it
[ghc-hetmet.git] / 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