Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
6c46c6ce
Commit
6c46c6ce
authored
Mar 14, 2010
by
Ian Lynagh
Browse files
Don't enable RTS options by default
parent
6b17e71f
Changes
1
Show whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
6c46c6ce
...
@@ -693,7 +693,6 @@ defaultDynFlags =
...
@@ -693,7 +693,6 @@ defaultDynFlags =
dirsToClean
=
panic
"defaultDynFlags: No dirsToClean"
,
dirsToClean
=
panic
"defaultDynFlags: No dirsToClean"
,
haddockOptions
=
Nothing
,
haddockOptions
=
Nothing
,
flags
=
[
flags
=
[
Opt_RtsOptsEnabled
,
Opt_AutoLinkPackages
,
Opt_AutoLinkPackages
,
Opt_ReadUserPackageConf
,
Opt_ReadUserPackageConf
,
...
...
Write
Preview
Supports
Markdown
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