Skip to content
Snippets Groups Projects
Commit 3880772e authored by Steve Lhomme's avatar Steve Lhomme
Browse files

buildsystem: use 16k max page size

By passing "-z max-page-size=16384" to the linker.

Newer Android devices use 16KB and require a recompilation with this flag.
See https://developer.android.com/guide/practices/page-sizes

Neither VLC nor the contribs (used by Android) use PAGE_SIZE directly so it should be fine.

This flag is needed regardless the use of the NDK 27 or not.
parent 98f1d114
Branches 16k-page
No related tags found
No related merge requests found
Pipeline #528054 passed with stage
in 6 minutes and 53 seconds