From ee4f9460f6ed3a84c7e775cd9707bb08ce2bb19d Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Thu, 31 Oct 2024 22:26:26 +0000 Subject: [PATCH] Switch to explicit layouts by default. --- src/Generator/Options.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Generator/Options.cs b/src/Generator/Options.cs index fe90828f..2da8bc23 100644 --- a/src/Generator/Options.cs +++ b/src/Generator/Options.cs @@ -95,7 +95,7 @@ namespace CppSharp /// public bool GenerateClassTemplates { get; set; } public bool GenerateInternalImports; - public bool GenerateSequentialLayout { get; set; } = true; + public bool GenerateSequentialLayout { get; set; } = false; public bool UseHeaderDirectories; ///