gcc4's -fvisibility=hidden
gcc4's -fvisibility=hidden
Posted Aug 12, 2005 13:58 UTC (Fri) by ringerc (subscriber, #3071)In reply to: Our bloat problem by rakoch
Parent article: Our bloat problem
Support for this should be *REALLY* easy to add to a library that works under win32, or an app that already supports plug-ins under win32. You can piggyback the required attribute directives on the win32 export macros.
It does help, and is well worth doing since in many cases it won't require much more than tweaking the export macros in a header, then scratching together some more m4 macros for your configure scripts.
