Skip to content

Commit 2d632d7

Browse files
committed
Build native code with 16k page alignment
1 parent 677a654 commit 2d632d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/native/CMakePresets.json.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"cacheVariables": {
1919
"ANDROID_NDK": "@AndroidNdkDirectory@",
2020
"ANDROID_TOOLCHAIN": "clang",
21+
"ANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES": "ON",
2122
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
2223
"CMAKE_MAKE_PROGRAM": "@NinjaPath@",
2324
"OUTPUT_PATH": "@OutputPath@",

0 commit comments

Comments
 (0)