From efc0cf8039cbff5e0f0d52fd7414c7186129b6ac Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 5 Jun 2023 09:32:17 +0200 Subject: command line switch for debug options --- common.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index 1b40000..5ebbcd8 100644 --- a/common.h +++ b/common.h @@ -96,6 +96,11 @@ struct option { bool pedant; bool trigraph; bool nocolor; + struct { + bool p : 1, /* after parsing */ + a : 1, /* after abi0 */ + r : 1; /* after regalloc */ + } dbg; }; extern struct option ccopt; -- cgit v1.2.3