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 77811fa commit f0dba21Copy full SHA for f0dba21
make/autoconf/flags-cflags.m4
@@ -637,7 +637,7 @@ AC_DEFUN([FLAGS_SETUP_CFLAGS_HELPER],
637
STATIC_LIBS_CFLAGS="-DSTATIC_BUILD=1"
638
if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then
639
STATIC_LIBS_CFLAGS="$STATIC_LIBS_CFLAGS -ffunction-sections -fdata-sections \
640
- -DJNIEXPORT='__attribute__((visibility(\"hidden\")))'"
+ -DJNIEXPORT='__attribute__((visibility(\"default\")))'"
641
else
642
STATIC_LIBS_CFLAGS="$STATIC_LIBS_CFLAGS -DJNIEXPORT="
643
fi
0 commit comments