Update realm to 20.2.0 (#3164)

* Update package.json

* Update Podfile.lock

* Update package-lock.json

* Remove realm patch for 16kb page support

This has now landed in realm itself
This commit is contained in:
Johannes Klein
2025-10-31 15:12:06 +01:00
committed by GitHub
parent d523bf4d99
commit a6d86666cc
4 changed files with 13 additions and 25 deletions

View File

@@ -1,12 +0,0 @@
diff --git a/node_modules/realm/binding/android/CMakeLists.txt b/node_modules/realm/binding/android/CMakeLists.txt
index bd53972..db49c3f 100644
--- a/node_modules/realm/binding/android/CMakeLists.txt
+++ b/node_modules/realm/binding/android/CMakeLists.txt
@@ -28,6 +28,7 @@ set_target_properties(realm-js-android-binding PROPERTIES
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION OFF)
set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG -Oz")
+set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,-z,max-page-size=16384")
target_link_options(realm-js-android-binding PUBLIC -fvisibility=hidden)