Skip to content

Commit

Permalink
Merge branch 'master' into publish
Browse files Browse the repository at this point in the history
  • Loading branch information
prbprbprb authored Oct 14, 2024
2 parents fc272a9 + e57bf15 commit 711a05a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ if (androidSdkInstalled) {
arguments '-DANDROID=True',
'-DANDROID_STL=c++_static',
"-DBORINGSSL_HOME=$boringsslHome",
"-DCMAKE_CXX_STANDARD=17"
"-DCMAKE_CXX_STANDARD=17",
'-DCMAKE_SHARED_LINKER_FLAGS=-z max-page-size=16384'
cFlags '-fvisibility=hidden',
'-DBORINGSSL_SHARED_LIBRARY',
'-DBORINGSSL_IMPLEMENTATION',
Expand Down

0 comments on commit 711a05a

Please sign in to comment.