Remove fno-method-sharing from the list of static flags
authorIan Lynagh <igloo@earth.li>
Sat, 20 Sep 2008 01:06:35 +0000 (01:06 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 20 Sep 2008 01:06:35 +0000 (01:06 +0000)
It is now a dynamic flag

compiler/main/StaticFlagParser.hs

index 56c9cbb..5e38af5 100644 (file)
@@ -176,7 +176,6 @@ isStaticFlag f =
     "fgransim",
     "fno-hi-version-check",
     "dno-black-holing",
-    "fno-method-sharing",
     "fno-state-hack",
     "fno-ds-multi-tyvar",
     "fruntime-types",