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 dbec84d commit f7891c6Copy full SHA for f7891c6
swift-ci/sdks/android/scripts/build.sh
@@ -620,7 +620,7 @@ cat > swift-toolset.json <<EOF
620
{
621
"cCompiler": { "extraCLIOptions": ["-fPIC"] },
622
"swiftCompiler": { "extraCLIOptions": ["-Xclang-linker", "-fuse-ld=lld"] },
623
- "linker": { "extraCLIOptions": ["-Wl,-z,max-page-size=16384"] },
+ "linker": { "extraCLIOptions": ["-z,max-page-size=16384"] },
624
"schemaVersion": "1.0"
625
}
626
EOF
0 commit comments