shared library size

Guillaume Piolat first.last at gmail.com
Tue Jul 3 10:38:01 UTC 2018


On Tuesday, 3 July 2018 at 06:39:58 UTC, boolangery wrote:
> On Monday, 2 July 2018 at 15:56:56 UTC, kinke wrote:
>> Those are linker (ld) flags, so use the `-L` prefix with LDC: 
>> `-L-exported_symbols_list -L<file.lst> -L-dead_strip`.
>
> Thanks you both, is there a way to automate symbol list 
> creation with D public symbols ?

No.
Each of our products has 3 of these symbol lists for POSIX, 
whereas for Windows you don't need anything.
That's precisely why 
https://github.com/ldc-developers/ldc/issues/2431 would be 
helpful.



More information about the digitalmars-d-ldc mailing list