Warning about direct access to weak symbols

kinke noone at nowhere.com
Wed Jan 15 21:22:32 UTC 2020


On Wednesday, 15 January 2020 at 19:57:51 UTC, Jacob Carlborg 
wrote:
> Not sure I understand. Are these warnings to be expected?

Nope, they are definitely unexpected, although most likely not 
really relevant at the moment either. You could try and see if 
recompiling either with `-linkonce-templates` or 
`-fvisibility=hidden` gets rid of them (for the latter, exclude 
the shared libs by setting the CMake var BUILD_SHARED_LIBS=OFF).


More information about the digitalmars-d-ldc mailing list