Skip to content

Commit 73b011e

Browse files
committed
Optimized the generation of expressions.
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent be0d949 commit 73b011e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CppParser/Bootstrap/Bootstrap.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public void Setup(Driver driver)
4141
driver.Options.DryRun = true;
4242
driver.ParserOptions.EnableRTTI = true;
4343
driver.ParserOptions.SkipLayoutInfo = true;
44+
driver.ParserOptions.UnityBuild = true;
4445

4546
var module = driver.Options.AddModule("CppSharp");
4647

0 commit comments

Comments
 (0)