commit 7347d54519a46cdd6fdefdb6d6c824ed3eb67c99 parent d3a34b49090655780952f5a53b62b629037e3abd Author: Jack Mordaunt <jackmordaunt.dev@gmail.com> Date: Sat, 25 Oct 2025 14:20:46 -0300 bindgen: configure for debug Diffstat:
| A | bindgen.sjson | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/bindgen.sjson b/bindgen.sjson @@ -0,0 +1,10 @@ +clang_include_paths = [ + "blend2d/src" +] + + +// Writes the clang JSON ast dump for debug inspection (in output folder) +debug_dump_json_ast = true + +// Writes the clang preprocessor macro dump +debug_dump_macros = true