We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15e185 commit 94d9dabCopy full SHA for 94d9dab
Plugins/Makefile
@@ -59,7 +59,7 @@ ifndef ANDROID_NDK_ROOT
59
endif
60
61
lib/android/%/libgilzoide-sqlite-net.so: CFLAGS += -fPIC
62
-lib/android/%/libgilzoide-sqlite-net.so: LINKFLAGS += -shared -lm
+lib/android/%/libgilzoide-sqlite-net.so: LINKFLAGS += -shared -lm -Wl,-z,max-page-size=16384
63
lib/android/%/libgilzoide-sqlite-net.so: lib/android/%/sqlite3.o~ check-ndk-root | lib/android/%
64
$(CC) -o $@ $< $(LINKFLAGS)
65
0 commit comments