From 035d995b70f8b940d1477f20da7f7b779ebb9dc5 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 9 Feb 2006 10:48:15 +0000 Subject: [PATCH] prof/smp combination probably doesn't work, disable it --- ghc/compiler/main/StaticFlags.hs | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4