Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
b62b8cea
Commit
b62b8cea
authored
Jan 13, 2020
by
Ömer Sinan Ağacan
Committed by
Marge Bot
Jan 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprecated -smp flag
It was deprecated in 2012 with
46258b40
parent
66e511a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
compiler/main/DynFlags.hs
compiler/main/DynFlags.hs
+0
-2
No files found.
compiler/main/DynFlags.hs
View file @
b62b8cea
...
...
@@ -3021,8 +3021,6 @@ dynamic_flags_deps = [
------- ways ---------------------------------------------------------------
,
make_ord_flag
defGhcFlag
"prof"
(
NoArg
(
addWay
WayProf
))
,
make_ord_flag
defGhcFlag
"eventlog"
(
NoArg
(
addWay
WayEventLog
))
,
make_dep_flag
defGhcFlag
"smp"
(
NoArg
$
addWay
WayThreaded
)
"Use -threaded instead"
,
make_ord_flag
defGhcFlag
"debug"
(
NoArg
(
addWay
WayDebug
))
,
make_ord_flag
defGhcFlag
"threaded"
(
NoArg
(
addWay
WayThreaded
))
...
...
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