From 8de7fa9da5fd8015f4fcc826b9270061b7b89478 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 13 Sep 2025 00:05:12 +0900 Subject: feat: implement -E flag (preprocess only) --- 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 ec1fa50..3b1e7f5 100644 --- a/src/cli.h +++ b/src/cli.h @@ -8,6 +8,7 @@ typedef struct { const char* output_filename; bool output_assembly; bool only_compile; + bool preprocess_only; bool generate_deps; bool totally_deligate_to_gcc; const char* gcc_command; -- cgit v1.2.3-70-g09d2