Displaying 1 result from an estimated 1 matches for "04faad48".
2019 Jun 07
2
LLD/Link find out what triggers 80mb exe
Is there any way to find out what causes a 80mb executable with lld/link?
The object files are compiled with -function-sections and -data-sections, the originating .lib is 270mb, but I'm calling 1 function in it, which might call some stuff recursively, but I don't know how to find out what exactly triggers the use. Is there a commandline option that shows this?
(repro is 286 mb) :