diff --git a/src/Generator/Options.cs b/src/Generator/Options.cs index b6b81852..b9325d2f 100644 --- a/src/Generator/Options.cs +++ b/src/Generator/Options.cs @@ -32,7 +32,7 @@ namespace CppSharp OutputDir = Directory.GetCurrentDirectory(); Libraries = new List(); - CheckSymbols = true; + CheckSymbols = false; GeneratorKind = GeneratorKind.CSharp; GenerateLibraryNamespace = true; diff --git a/src/Generator/Utils/TestsUtils.cs b/src/Generator/Utils/TestsUtils.cs index f840b960..03e2390a 100644 --- a/src/Generator/Utils/TestsUtils.cs +++ b/src/Generator/Utils/TestsUtils.cs @@ -59,7 +59,6 @@ namespace CppSharp.Utils options.OutputDir = Path.Combine(GetOutputDirectory(), "gen", name); options.SharedLibraryName = name + ".Native"; options.GenerateLibraryNamespace = true; - options.CheckSymbols = false; options.Quiet = true; options.IgnoreParseWarnings = true;