Skip to content

Commit c9bd100

Browse files
committed
Swift: Disable stack protector pass
1 parent bbd02b8 commit c9bd100

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

swift/tools/tracing-config.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ function RegisterExtractorPack(id)
133133

134134
strip_unsupported_args(compilerArguments.argv)
135135
replace_resource_dir(compilerPath, compilerArguments.argv)
136+
table.insert(compilerArguments.argv, "-disable-stack-protector")
136137

137138
return {
138139
trace = true,

0 commit comments

Comments
 (0)