[Issue 14748] Removing std.stdio import causes 2x increase in "Hello, world" program binary filesize
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Mon Jun 29 21:33:50 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14748
--- Comment #3 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
hm. it seems to pull the whole Phobos in (or at least a great amount of it). i
removed "std.stream" from libphobos2.a, the file is smaller (yet still around
800 kb), and now i see other crap there, like "std.path", for example.
it seems that if this bug will be fixed, linux binaries can become lesser in
many cases.
--
    
    
More information about the Digitalmars-d-bugs
mailing list