#3347: Add flag to prevent generation of import libraries on Windows
------------------------------+---------------------------------------------
 Reporter:  batterseapower    |          Owner:                  
     Type:  feature request   |         Status:  new             
 Priority:  normal            |      Milestone:                  
Component:  Compiler          |        Version:  6.10.2          
 Severity:  normal            |     Resolution:                  
 Keywords:                    |       Testcase:                  
       Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
------------------------------+---------------------------------------------
Comment (by NeilMitchell):

 Max mentions .lib's of ~2.5Mb, but .lib's can be as big as 60Mb.

 An alternative to this patch would be to disable the creation of .lib's by
 default, and add a flag -shared-implib to enable it. The email thread
 suggests that GNU can link against the .dll's directly, and MSVC can't
 link against the .lib's at all - if so then they are a bit useless.

 Is there a flag to indicate bugs which contain patches? I think projects
 like Mozilla do, and it helps them review and apply patches before they go
 stale.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3347#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to