Ticket #337 (new defect)
--disable-split-objs has wrong help string
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Cabal-1.8 |
| Component: | Cabal library | Version: | 1.2.3.0 |
| Severity: | minor | Keywords: | |
| Cc: | ggreif@… | Difficulty: | hard (< 1 day) |
| GHC Version: | 6.8.3 | Platform: |
Description
I did:
$ ./Setup.lhs configure --help
...
--enable-split-objs split library into smaller objects to
reduce binary sizes (GHC 6.6+)
--disable-split-objs split library into smaller objects to
reduce binary sizes (GHC 6.6+)
...
It should read:
--disable-split-objs retain library as one object file
(GHC 6.6+)
$ ghc --version The Glorious Glasgow Haskell Compilation System, version 6.8.3
Change History
Note: See
TracTickets for help on using
tickets.
