Skip to content

Commit 73f03d5

Browse files
committed
Remove 16kb flatbuffers page size.
1 parent 1da1171 commit 73f03d5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -379,12 +379,6 @@ if(IOS OR ANDROID OR CMAKE_CROSSCOMPILING)
379379
set(FLATBUFFERS_BUILD_FLATC OFF CACHE BOOL "")
380380
endif()
381381

382-
if(ANDROID)
383-
target_link_options(flatbuffers
384-
PRIVATE
385-
"-Wl,-z,max-page-size=16384")
386-
endif()
387-
388382
if(FIREBASE_CPP_USE_PRIOR_GRADLE_BUILD)
389383
message(STATUS "flatbuffers is added with APP_BINARY_DIR ${APP_BINARY_DIR}")
390384
add_external_library(flatbuffers BINARY_DIR "${APP_BINARY_DIR}")

0 commit comments

Comments
 (0)