Skip to content

Commit d0349ad

Browse files
committed
enable 16k alignment
1 parent dfb3b5f commit d0349ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/compile/common.sh

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ COMMON_LDFLAGS=" \
114114
-Wl,--gc-sections \
115115
-Wl,--exclude-libs,libgcc.a \
116116
-Wl,--no-undefined \
117+
-Wl,-z,max-page-size=16384 \
117118
"
118119

119120
COMMON_CFLAGS=" \

0 commit comments

Comments
 (0)