diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-01-22 17:21:52 +0100 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-06-06 19:44:54 +0200 |
| commit | 9a95049393ea98ef6222bf217ab44dd127c3f960 (patch) | |
| tree | 8d03057733860b041964dffbe9f04b2c01493d60 /src/build_settings.cpp | |
| parent | b196b84ef24e90a8c1cfeb6226b43171c376c7b2 (diff) | |
-show-defineables and -export-defineables
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 251dd06dd..d25d553a9 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; |