aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-12-13 14:25:13 +0100
committerlemon <lsof@mailbox.org>2025-12-13 14:25:13 +0100
commitf403e250bf4474cead6a6cbe5e917488f39163e9 (patch)
tree4665b86a397692ce0204301a82d0bf5df3e64cd7 /common.h
parent854df54e1839c8b96d1aaa9aeaa32c2ebbf535f8 (diff)
Add -O optimization flag
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.h b/common.h
index 81c24ad..53669f4 100644
--- a/common.h
+++ b/common.h
@@ -132,6 +132,10 @@ struct option {
bool nocolor;
bool pie, pic;
bool werror;
+ enum optz {
+ OPT0 = -1,
+ OPT1 = 1,
+ } o;
union {
struct {
bool p : 1, /* after parsing */