From 2509637fb653cc8f5987736c1485a35245baa9b7 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 2 May 2026 17:50:56 +0900 Subject: feat: generate .file and .loc directives --- src/cli.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cli.h') diff --git a/src/cli.h b/src/cli.h index f4a610a..7691323 100644 --- a/src/cli.h +++ b/src/cli.h @@ -11,6 +11,7 @@ typedef struct { bool preprocess_only; bool generate_system_deps; bool generate_user_deps; + bool generate_debug_info; bool totally_deligate_to_gcc; bool wasm; const char* gcc_command; -- cgit v1.3.1