We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be42ad6 commit 68a7f04Copy full SHA for 68a7f04
x/rsomla1/lib.cc
@@ -3,7 +3,7 @@
3
#ifdef _WIN32
4
#define EXPORT __declspec(dllexport)
5
#else
6
-#define EXPORT
+#define EXPORT __attribute__((visibility("default")))
7
#endif
8
9
0 commit comments