Enhancement on `export` symbol
kinke
noone at nowhere.com
Fri Mar 14 16:56:42 UTC 2025
On Friday, 14 March 2025 at 16:41:05 UTC, Hipreme wrote:
> I'm already using that since it reduces a lot the binary size.
> I would say that it is almost difficult to not use it, but
> still doesn't solve that issue I'm having unfortunately
Have you tried compiling your DLL with `-fvisibility=public
-d-version=Standalone`? That shouldn't reduce the binary size at
all, but avoid having to uglify the code with `export` everywhere.
More information about the Digitalmars-d
mailing list