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 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;