X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FStaticFlagParser.hs;h=a611156054129bd1488bb1302d08107d913ea034;hb=ccd0e382566940a508fcb1aa7487bc7a785fc329;hp=5e38af5e253e9e6151ab3637f43fab338954d710;hpb=e6ab8ea2645dfd0185639c9ee80edc6902bdb28c;p=ghc-hetmet.git diff --git a/compiler/main/StaticFlagParser.hs b/compiler/main/StaticFlagParser.hs index 5e38af5..a611156 100644 --- a/compiler/main/StaticFlagParser.hs +++ b/compiler/main/StaticFlagParser.hs @@ -122,6 +122,7 @@ static_flags = [ , Flag "dppr-user-length" (AnySuffix addOpt) Supported , Flag "dopt-fuel" (AnySuffix addOpt) Supported , Flag "dno-debug-output" (PassFlag addOpt) Supported + , Flag "dstub-dead-values" (PassFlag addOpt) Supported -- rest of the debugging flags are dynamic --------- Profiling -------------------------------------------------- @@ -158,8 +159,7 @@ static_flags = [ Supported -- Pass all remaining "-f" options to hsc - , Flag "f" (AnySuffixPred (isStaticFlag) addOpt) - Supported + , Flag "f" (AnySuffixPred isStaticFlag addOpt) Supported ] isStaticFlag :: String -> Bool @@ -177,8 +177,10 @@ isStaticFlag f = "fno-hi-version-check", "dno-black-holing", "fno-state-hack", + "fsimple-list-literals", "fno-ds-multi-tyvar", "fruntime-types", + "fpass-case-bndr-to-join-points", "fno-pre-inlining", "fexcess-precision", "static",