diff options
author | Oxore <oxore@protonmail.com> | 2024-03-09 12:49:45 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2024-03-09 12:49:45 +0300 |
commit | 1b52c6284d47966050a04e162adfc8026e4e9281 (patch) | |
tree | 0bc588b2035048c6f1deabb2e73747d665c2eab8 /src/common.h | |
parent | d3bcf91cf9ab3b0d2b47a08f62dbf90511b2328e (diff) |
Impl -frdc-all, fix -frdc for traced locations
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index d4746d9..94dcca6 100644 --- a/src/common.h +++ b/src/common.h @@ -24,6 +24,7 @@ struct SplitParams { struct Settings { bool raw_data_comment{}; + bool raw_data_comment_all{}; bool labels{}; bool rel_labels{}; bool abs_labels{}; |