We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0346d7f commit c6e85b8Copy full SHA for c6e85b8
swift-ci/sdks/android/scripts/build.sh
@@ -675,7 +675,7 @@ cat > swift-toolset.json <<EOF
675
{
676
"cCompiler": { "extraCLIOptions": ["-fPIC"] },
677
"swiftCompiler": { "extraCLIOptions": ["-Xclang-linker", "-fuse-ld=lld"] },
678
- "linker": { "extraCLIOptions": ["-z,max-page-size=16384"] },
+ "linker": { "extraCLIOptions": ["-z", "max-page-size=16384"] },
679
"schemaVersion": "1.0"
680
}
681
EOF
0 commit comments