diff options
| author | 2025-12-13 14:25:13 +0100 | |
|---|---|---|
| committer | 2025-12-13 14:25:13 +0100 | |
| commit | f403e250bf4474cead6a6cbe5e917488f39163e9 (patch) | |
| tree | 4665b86a397692ce0204301a82d0bf5df3e64cd7 /common.h | |
| parent | 854df54e1839c8b96d1aaa9aeaa32c2ebbf535f8 (diff) | |
Add -O optimization flag
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 */ |