Skip to content

Commit 49773e2

Browse files
authored
Merge pull request #64 from phaax/patch-1
Enable 16 KB ELF alignment
2 parents f15e185 + 2b1b9a4 commit 49773e2

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

Plugins/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ifndef ANDROID_NDK_ROOT
5959
endif
6060

6161
lib/android/%/libgilzoide-sqlite-net.so: CFLAGS += -fPIC
62-
lib/android/%/libgilzoide-sqlite-net.so: LINKFLAGS += -shared -lm
62+
lib/android/%/libgilzoide-sqlite-net.so: LINKFLAGS += -shared -lm -Wl,-z,max-page-size=16384
6363
lib/android/%/libgilzoide-sqlite-net.so: lib/android/%/sqlite3.o~ check-ndk-root | lib/android/%
6464
$(CC) -o $@ $< $(LINKFLAGS)
6565

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)