Skip to content

Commit 09d0d4e

Browse files
committed
remove private flag
1 parent ed3e709 commit 09d0d4e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cmake/project-defaults.cmake

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
# LICENSE file in the root directory of this source tree.
55

66
set(CMAKE_CXX_STANDARD 20)
7-
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
7+
# set(CMAKE_CXX_VISIBILITY_PRESET hidden)
88
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
9+
# set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)
910

1011
add_compile_definitions($<$<CONFIG:DEBUG>:DEBUG>)
1112

java/yogajni.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
{
99
global:
10-
JNI_OnLoad;
10+
*;
1111
local:
1212
*;
1313
};

0 commit comments

Comments
 (0)