We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd02b8 commit c9bd100Copy full SHA for c9bd100
1 file changed
swift/tools/tracing-config.lua
@@ -133,6 +133,7 @@ function RegisterExtractorPack(id)
133
134
strip_unsupported_args(compilerArguments.argv)
135
replace_resource_dir(compilerPath, compilerArguments.argv)
136
+ table.insert(compilerArguments.argv, "-disable-stack-protector")
137
138
return {
139
trace = true,
0 commit comments