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
Packages
Cabal
Commits
80a09641
Commit
80a09641
authored
Sep 13, 2008
by
Duncan Coutts
Browse files
Check for -optl-s as well as an alias of the more common -optl-Wl,-s
parent
28ad32e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Distribution/PackageDescription/Check.hs
View file @
80a09641
...
...
@@ -398,7 +398,7 @@ checkGhcOptions pkg =
PackageDistInexcusable
$
"'ghc-options: -split-objs' is not needed. Use the --enable-split-objs configure flag."
,
checkFlags
[
"-optl-Wl,-s"
]
$
,
checkFlags
[
"-optl-Wl,-s"
,
"-optl-s"
]
$
PackageDistInexcusable
$
"'ghc-options: -optl-Wl,-s' is not needed and is not portable to all"
++
" operating systems. Cabal 1.4 and later automatically strip"
...
...
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