Skip to content

Commit ebcceb9

Browse files
committed
Export symbols as default instead of protected
The protected visibility comes with runtime overhead.
1 parent 103b26d commit ebcceb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ggl/attr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#endif
2727

2828
#ifdef GGL_SDK_EXPORT_API
29-
#define GGL_EXPORT VISIBILITY(protected)
29+
#define GGL_EXPORT VISIBILITY(default)
3030
#else
3131
#define GGL_EXPORT VISIBILITY(hidden)
3232
#endif

0 commit comments

Comments
 (0)