X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fflags.xml;h=e7c237b5136911001575d63a6be307b3292ad8e2;hb=5e5018b65d98a090f069f3b861f30ffe3c196fd5;hp=aae0f59de51220b452053452b9037c729a5fdf93;hpb=e17a800817a370fd198831f12cff35122376fa8d;p=ghc-hetmet.git diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index aae0f59..e7c237b 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -599,6 +599,12 @@ static - + + + Don't automatically link in the haskell98 package. + dynamic + - + @@ -905,8 +911,14 @@ + + Enable recursive do notation. + dynamic + + + - Enable recursive do (mdo) notation. + Enable recursive do (mdo) notation. This is deprecated; please use recursive do notation instead. dynamic @@ -1371,6 +1383,13 @@ + + Turn on specialisation of overloaded functions. Implied by . + dynamic + -fno-specialise + + + Turn on full laziness (floating bindings outwards). Implied by . dynamic @@ -1378,12 +1397,19 @@ - + + Turn on the float-in transformation. Implied by . + dynamic + -fno-float-in + + + + Switch on all rewrite rules (including rules generated by automatic specialisation of overloaded functions). Implied by . dynamic - + @@ -1393,6 +1419,14 @@ -fno-strictness + + =n + Run an additional strictness analysis before simplifier +phase n + dynamic + - + + Turn on the SpecConstr transformation. Implied by . @@ -1534,7 +1568,7 @@ - Turn on ticky-ticky profiling + Turn on ticky-ticky profiling static - @@ -1791,6 +1825,21 @@ - + + Allow the RTS behaviour to be tweaked via command-line + flags and the GHCRTS environment + variable. + dynamic + - + + + + Set the default RTS options to + opts. + dynamic + - + + Omit linking dynamic @@ -1844,6 +1893,15 @@ dynamic - + + path + Set the install name (via -install_name passed to Apple's + linker), specifying the full install path of the library file. Any libraries + or executables that link with it later will pick up that path as their + runtime search location for it. (Darwin/MacOS X only) + dynamic + - + @@ -2033,6 +2091,14 @@ Reverse + + + + (x86 only) Use SSE2 for floating point + dynamic + - + + @@ -2307,6 +2373,12 @@ - + + Suppress the printing of coercions in Core dumps to make them shorter. + static + - + + Don't output pragma info in dumps static