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
This commit is contained in:
gingerBill
2024-06-20 11:45:52 +01:00
committed by GitHub
6 changed files with 202 additions and 2 deletions
+2
View File
@@ -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;