From f403e250bf4474cead6a6cbe5e917488f39163e9 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 13 Dec 2025 14:25:13 +0100 Subject: Add -O optimization flag --- common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common.h') 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 */ -- cgit v1.2.3