diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-27 16:23:54 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-27 16:23:54 +0100 |
| commit | f726f7aff4fca97afb348727cd26e56be2d0cb97 (patch) | |
| tree | 0b30357fec2eba46855e3251246eff8ef787cef9 /src/build_settings.cpp | |
| parent | eb0e99dac12bba9d304df18e64179bb4000b1a21 (diff) | |
Make Karl Zylinski happy
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 7a0952583..757df95f7 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -509,6 +509,7 @@ struct BuildContext { bool show_more_timings; bool show_defineables; String export_defineables_file; + bool ignore_unused_defineables; bool show_system_calls; bool keep_temp_files; bool ignore_unknown_attributes; |