Skip to content

Commit 5249ce1

Browse files
committed
fix: added 16K page size config
1 parent 8b83d05 commit 5249ce1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[target.aarch64-linux-android]
2+
rustflags = ["-C", "link-arg=-Wl,-z,max-page-size=16384"]
3+
4+
[target.x86_64-linux-android]
5+
rustflags = ["-C", "link-arg=-Wl,-z,max-page-size=16384"]

0 commit comments

Comments
 (0)