mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Add -prefix-serialized-debugging-options" (#39544)
Reverts #39138 This is causing a failure on Windows: https://ci-external.swift.org/job/oss-swift-windows-x86_64-vs2019/6659/consoleText
This commit is contained in:
committed by
GitHub
parent
5e06bbe2ea
commit
f5aa95b381
@@ -258,8 +258,6 @@ bool ArgsToFrontendOptionsConverter::convert(
|
||||
A->getOption().matches(OPT_serialize_debugging_options);
|
||||
}
|
||||
|
||||
Opts.DebugPrefixSerializedDebuggingOptions |=
|
||||
Args.hasArg(OPT_prefix_serialized_debugging_options);
|
||||
Opts.EnableSourceImport |= Args.hasArg(OPT_enable_source_import);
|
||||
Opts.ImportUnderlyingModule |= Args.hasArg(OPT_import_underlying_module);
|
||||
Opts.EnableIncrementalDependencyVerifier |= Args.hasArg(OPT_verify_incremental_dependencies);
|
||||
|
||||
Reference in New Issue
Block a user