Causes inline member functions (those defined in the class declaration) to be marked hidden.
IA-32 architecture
Linux and Mac OS X: |
-fvisibility-inlines-hidden |
Windows: |
None |
None
OFF |
The compiler does not cause inline member functions to be marked hidden. |
Causes inline member functions (those defined in the class declaration) to be marked hidden. This option is particularly useful for templates.
None