Reply To: -fvisibility flags in VisualGDB

Sysprogs forums Forums VisualGDB -fvisibility flags in VisualGDB Reply To: -fvisibility flags in VisualGDB

#7369
RussellKramer
Participant

That got it to hide the unwanted functions coming from my own code, but running nm on my shared library is still listing memcpy, memmove, and other stdlib functions. Is there any way to hide these as well?