Swift: do not skip newly supported CLI args

This commit is contained in:
Alex Denisov
2022-09-22 08:20:49 +02:00
parent 44f4ff18dd
commit d9cfd06a88

View File

@@ -29,9 +29,6 @@ function RegisterExtractorPack(id)
strip_unsupported_arg(args, '-emit-localized-strings', 0)
strip_unsupported_arg(args, '-emit-localized-strings-path', 1)
strip_unsupported_arg(args, '-stack-check', 0)
strip_unsupported_arg(args, '-disable-clang-spi', 0)
strip_unsupported_arg(args, '-empty-abi-descriptor', 0)
strip_unsupported_arg(args, '-enable-bare-slash-regex', 0)
end
-- xcodebuild does not always specify the -resource-dir in which case the compiler falls back