From: Simon Marlow Date: Thu, 9 Feb 2006 10:48:15 +0000 (+0000) Subject: prof/smp combination probably doesn't work, disable it X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=035d995b70f8b940d1477f20da7f7b779ebb9dc5 prof/smp combination probably doesn't work, disable it --- diff --git a/ghc/compiler/main/StaticFlags.hs b/ghc/compiler/main/StaticFlags.hs index b8177a4..4e2e44e 100644 --- a/ghc/compiler/main/StaticFlags.hs +++ b/ghc/compiler/main/StaticFlags.hs @@ -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