Tune the page sizes

This commit is contained in:
Justine Tunney 2023-07-24 00:49:06 -07:00
parent ff198e7577
commit 94ea34367a
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
12 changed files with 56 additions and 178 deletions

Binary file not shown.

Binary file not shown.

View file

@ -252,7 +252,7 @@ DEFAULT_LDFLAGS += \
-znorelro
else
DEFAULT_LDFLAGS += \
-zmax-page-size=0x1000 \
-zmax-page-size=0x10000 \
-zcommon-page-size=0x1000
endif