X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=docs%2Fusers_guide%2Fflags.xml;h=a91461032d37b1974280cf6e91c9d0a1da5cf247;hp=540230d9a934aad7021e8c491de9ca1312aebf92;hb=901d7795d31fb6706ffcb7e522160feddf4260b7;hpb=ead1eed0b8ba1a7818ddc36f07e57b794e91483d diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 540230d..a914610 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -607,7 +607,9 @@ Language options - + Language options can be enabled either by a command-line option + , or by a {-# LANGUAGE blah #-} + pragma in the file itself. See @@ -787,7 +789,7 @@ - Enable unicode syntax. + Enable unicode syntax. dynamic @@ -854,7 +856,7 @@ - Enable transform list comprehensions. + Enable generalised list comprehensions. dynamic @@ -932,7 +934,7 @@ - Enable type synonyms. + Enable type synonyms in instance heads. dynamic @@ -1025,6 +1027,13 @@ + + warn about uses of pragmas that GHC doesn't recognise + dynamic + + + + warn about uses of functions & types that have warnings or deprecated pragmas dynamic @@ -1166,6 +1175,20 @@ + + + warn about do bindings that appear to throw away values of types other than () + dynamic + + + + + + warn about do bindings that appear to throw away monadic values that you should have bound instead + dynamic + + + @@ -1429,6 +1452,13 @@ static - + + + + Turn on eager blackholing + dynamic + - + @@ -1454,20 +1484,20 @@ Auto-add _scc_s to all exported functions - static + dynamic Auto-add _scc_s to all top-level functions - static + dynamic Auto-add _scc_s to all CAFs - static + dynamic @@ -1691,6 +1721,12 @@ + + Generate a shared library (as opposed to an executable) + dynamic + - + + Generate position-independent code (where available) static @@ -1703,6 +1739,13 @@ - + + Selects one of a number of modes for finding shared + libraries at runtime. + static + - + + name On Darwin/MacOS X only, link in the framework name. This option corresponds to the option for Apple's Linker. @@ -1954,12 +1997,6 @@ - - option - pass option to the dependency generator - dynamic - - - - option pass option to windres. dynamic