Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
d1df0c60
Commit
d1df0c60
authored
Jun 10, 2009
by
Ian Lynagh
Browse files
Change GHC_OPTIONS to OPTIONS_GHC
parent
ad379ff7
Changes
2
Hide whitespace changes
Inline
Side-by-side
compiler/main/DriverPipeline.hs
View file @
d1df0c60
...
...
@@ -491,7 +491,7 @@ data PipelineOutput
-- at which stage to stop.
--
-- The DynFlags can be modified by phases in the pipeline (eg. by
--
GHC_
OPTIONS pragmas), and the changes affect later phases in the
-- OPTIONS
_GHC
pragmas), and the changes affect later phases in the
-- pipeline.
runPipeline
::
GhcMonad
m
=>
...
...
docs/users_guide/6.6-notes.xml
View file @
d1df0c60
...
...
@@ -132,7 +132,7 @@
The following flags (and, where appropriate, their inverses)
used to be static (can only be given on
the command line) but are now dynamic (can also be given in
a
<literal>
GHC_
OPTIONS
</literal>
pragma or with
a
n
<literal>
OPTIONS
_GHC
</literal>
pragma or with
<literal>
:set
</literal>
in GHCi):
<option>
-c
</option>
,
<option>
-hcsuf
</option>
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment