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 b75bd5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions cmake/project-defaults.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
set(CMAKE_CXX_STANDARD 20)
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: 0 additions & 2 deletions java/yogajni.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@

{
global:
JNI_OnLoad;
local:
*;
};

0 comments on commit b75bd5f

Please sign in to comment.