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
b1455fa5
Commit
b1455fa5
authored
Jun 03, 2008
by
Simon Marlow
Browse files
-no-link-chk has been a no-op since at least 6.0; remove it
parent
71c45d66
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/StaticFlags.hs
View file @
b1455fa5
...
...
@@ -178,9 +178,6 @@ static_flags = [
,
(
"no-auto"
,
NoArg
(
removeOpt
"-fauto-sccs-on-exported-toplevs"
)
)
,
(
"no-caf-all"
,
NoArg
(
removeOpt
"-fauto-sccs-on-individual-cafs"
)
)
------- Miscellaneous -----------------------------------------------
,
(
"no-link-chk"
,
NoArg
(
return
()
)
)
-- ignored for backwards compat
----- Linker --------------------------------------------------------
,
(
"static"
,
PassFlag
addOpt
)
,
(
"dynamic"
,
NoArg
(
removeOpt
"-static"
)
)
...
...
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