diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2024-06-20 11:45:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-20 11:45:52 +0100 |
| commit | 23351ca8bec5862be531e886a3a3513c31bb2c30 (patch) | |
| tree | 2f8e0c98c4b9c4ace3e8531abdf74ba95f54ef01 /src/build_settings.cpp | |
| parent | 56383e45a7441fc789cd44c5e0dbaf9b2079a0f1 (diff) | |
| parent | f2be35f1f0cd23f0264f174bcc6ce608a9076af7 (diff) | |
Merge pull request #3137 from laytan/show-defineable
Add flags to show/export defineable values and warn if a -define is unused in the project
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index dc11a5fd2..0495cf3b5 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -844,6 +844,8 @@ struct BuildContext { bool show_unused; bool show_unused_with_location; bool show_more_timings; + bool show_defineables; + String export_defineables_file; bool show_system_calls; bool keep_temp_files; bool ignore_unknown_attributes; |