aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cli.h
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-11 03:06:22 +0900
committernsfisis <nsfisis@gmail.com>2025-12-11 03:06:22 +0900
commit47d43f5a583dc2d474e553afe0cb682d878231b1 (patch)
treee4de770f9960a117feef631caec7d208c8a1796b /src/cli.h
parentf64ab73b841377f044e727ee1d9e0bcf55c6b626 (diff)
downloadducc-47d43f5a583dc2d474e553afe0cb682d878231b1.tar.gz
ducc-47d43f5a583dc2d474e553afe0cb682d878231b1.tar.zst
ducc-47d43f5a583dc2d474e553afe0cb682d878231b1.zip
Revert "feat: minimal wasm backend"
This reverts commit f64ab73b841377f044e727ee1d9e0bcf55c6b626.
Diffstat (limited to 'src/cli.h')
-rw-r--r--src/cli.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cli.h b/src/cli.h
index d97874c..f52964c 100644
--- a/src/cli.h
+++ b/src/cli.h
@@ -11,7 +11,6 @@ typedef struct {
bool preprocess_only;
bool generate_deps;
bool totally_deligate_to_gcc;
- bool wasm;
const char* gcc_command;
StrArray include_dirs;
} CliArgs;