summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-27 18:10:42 +0300
committerOxore <oxore@protonmail.com>2023-05-27 18:12:31 +0300
commita4841d2a593f9efed1cb116137034c307c1d74bc (patch)
treeee0e850b39f6b7dfe1532835409d88e2e33156ef /common.h
parentedfe901ba751f4fcdf287102037eb36bf28cfa2a (diff)
Impl -fshort-ref-local-labels, refactor feature parsing
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
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{};