Skip to content

Commit

Permalink
Update the isStaticFlag predicate
Browse files Browse the repository at this point in the history
-fspec-inline-join-points was removed in Jan 2010:
99f4197

-fno-hi-version-check was removed in Nov 2003:
98744ce

-dno-black-holing was removed in Aug 2011:
1c2f895

-fruntime-types was removed in Apr 2008:
8d6bc9b

-fhardwire-lib-paths was removed in Jan 2008:
1b98179
  • Loading branch information
Ian Lynagh committed Apr 25, 2013
1 parent c9e7159 commit c022831
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions compiler/main/StaticFlags.hs
Expand Up @@ -144,14 +144,9 @@ isStaticFlag :: String -> Bool
isStaticFlag f =
f `elem` [
"fdicts-strict",
"fspec-inline-join-points",
"fno-hi-version-check",
"dno-black-holing",
"fno-state-hack",
"fruntime-types",
"fno-opt-coercion",
"fno-flat-cache",
"fhardwire-lib-paths",
"fcpr-off"
]

Expand Down

0 comments on commit c022831

Please sign in to comment.