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
Dylan Yudaken
GHC
Commits
b62b8cea
Commit
b62b8cea
authored
Jan 13, 2020
by
Ömer Sinan Ağacan
Committed by
Marge Bot
Jan 20, 2020
Browse files
Remove deprecated -smp flag
It was deprecated in 2012 with
46258b40
parent
66e511a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
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