We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0d949 commit 73b011eCopy full SHA for 73b011e
src/CppParser/Bootstrap/Bootstrap.cs
@@ -41,6 +41,7 @@ public void Setup(Driver driver)
41
driver.Options.DryRun = true;
42
driver.ParserOptions.EnableRTTI = true;
43
driver.ParserOptions.SkipLayoutInfo = true;
44
+ driver.ParserOptions.UnityBuild = true;
45
46
var module = driver.Options.AddModule("CppSharp");
47
0 commit comments