Skip to content

Commit

Permalink
Remove duplicate implementation of option XCode.Compiler.LibraryStandard
Browse files Browse the repository at this point in the history
  • Loading branch information
belkiss committed Aug 8, 2022
1 parent f017b19 commit 33c92c4
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -657,11 +657,6 @@ public virtual void SelectCompilerOptions(IGenerationContext context)
Options.Option(Options.XCode.Compiler.ICloud.Enable, () => options["iCloud"] = "1")
);

context.SelectOption(
Options.Option(Options.XCode.Compiler.LibraryStandard.CppStandard, () => options["LibraryStandard"] = "libstdc++"),
Options.Option(Options.XCode.Compiler.LibraryStandard.LibCxx, () => options["LibraryStandard"] = "libc++")
);

context.SelectOption(
Options.Option(Options.XCode.Compiler.ModelTuning.None, () => options["ModelTuning"] = FileGeneratorUtilities.RemoveLineTag),
Options.Option(Options.XCode.Compiler.ModelTuning.G3, () => options["ModelTuning"] = "G3"),
Expand Down

0 comments on commit 33c92c4

Please sign in to comment.