aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.h')
-rw-r--r--src/cli.h1
1 files changed, 1 insertions, 0 deletions
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;