Skip to content

Commit

Permalink
Build native code with 16k page alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Jul 3, 2024
1 parent 677a654 commit 2d632d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/native/CMakePresets.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"cacheVariables": {
"ANDROID_NDK": "@AndroidNdkDirectory@",
"ANDROID_TOOLCHAIN": "clang",
"ANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES": "ON",
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"CMAKE_MAKE_PROGRAM": "@NinjaPath@",
"OUTPUT_PATH": "@OutputPath@",
Expand Down

0 comments on commit 2d632d7

Please sign in to comment.