mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add -enable-dynamic staging option.
Swift SVN r19816
This commit is contained in:
@@ -551,6 +551,8 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
}
|
||||
|
||||
Opts.ImportUnions = Args.hasArg(OPT_enable_union_import);
|
||||
|
||||
Opts.EnableDynamic = Args.hasArg(OPT_enable_dynamic);
|
||||
|
||||
Opts.DebugConstraintSolver |= Args.hasArg(OPT_debug_constraints);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user