Skip to content

Commit f7891c6

Browse files
committed
Add 16KB page size linker flags to linker flags in swift-toolset.json
1 parent dbec84d commit f7891c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/sdks/android/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ cat > swift-toolset.json <<EOF
620620
{
621621
"cCompiler": { "extraCLIOptions": ["-fPIC"] },
622622
"swiftCompiler": { "extraCLIOptions": ["-Xclang-linker", "-fuse-ld=lld"] },
623-
"linker": { "extraCLIOptions": ["-Wl,-z,max-page-size=16384"] },
623+
"linker": { "extraCLIOptions": ["-z,max-page-size=16384"] },
624624
"schemaVersion": "1.0"
625625
}
626626
EOF

0 commit comments

Comments
 (0)