From a4841d2a593f9efed1cb116137034c307c1d74bc Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 27 May 2023 18:10:42 +0300 Subject: Impl -fshort-ref-local-labels, refactor feature parsing --- common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common.h') diff --git a/common.h b/common.h index 36a5ba3..73689ba 100644 --- a/common.h +++ b/common.h @@ -8,6 +8,7 @@ struct Settings { bool rel_labels{}; bool abs_labels{}; bool imm_labels{}; + bool short_ref_local_labels{}; bool export_labels{}; bool export_all_labels{}; bool export_functions{}; -- cgit v1.2.3