Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
6df9942f
Commit
6df9942f
authored
Feb 04, 2005
by
simonpj
Browse files
[project @ 2005-02-04 15:42:54 by simonpj]
Comments and type sig
parent
c592dcee
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/CmdLineOpts.lhs
View file @
6df9942f
...
...
@@ -453,6 +453,8 @@ getVerbFlag dflags
-----------------------------------------------------------------------------
-- Setting the optimisation level
updOptLevel :: Int -> DynFlags -> DynFlags
-- Set dynflags appropriate to the optimisation level
updOptLevel n dfs
= if (n >= 1)
then dfs2{ hscTarget = HscC, optLevel = n } -- turn on -fvia-C with -O
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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