Making -fhpc work with a stage1 build, via the compat 'package'.
[ghc-hetmet.git] / compiler / main / StaticFlags.hs
index 546565c..457626c 100644 (file)
@@ -163,7 +163,6 @@ static_flags = [
        --------- Haskell Program Coverage -----------------------------------
 
   ,  ( "fhpc"           , PassFlag addOpt )
-  ,  ( "fhpc-tracer"    , PassFlag addOpt )
 
        --------- Profiling --------------------------------------------------
   ,  ( "auto-all"      , NoArg (addOpt "-fauto-sccs-on-all-toplevs") )