Skip to content

Commit

Permalink
remove private flag
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtGokhan committed Jul 15, 2024
1 parent ed3e709 commit 09d0d4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmake/project-defaults.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
# LICENSE file in the root directory of this source tree.

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
# set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
# set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)

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

Expand Down
2 changes: 1 addition & 1 deletion java/yogajni.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{
global:
JNI_OnLoad;
*;
local:
*;
};

0 comments on commit 09d0d4e

Please sign in to comment.