diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-10-27 18:51:57 +0000 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-10-27 18:51:57 +0000 |
| commit | 5a23f52fb6343598307decd77c117b9917dfc639 (patch) | |
| tree | e54429671f4ada167ccf62912702032db3af7b98 /src/build_settings.cpp | |
| parent | a20c09158aabda90bfb2b66bd3350b3c1178b03a (diff) | |
| parent | fca223202865cdd25ce02c1fb5ab033e2dcb068c (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
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; |