diff options
| author | gingerBill <bill@gingerbill.org> | 2020-11-17 12:10:25 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-11-17 12:10:25 +0000 |
| commit | 6f71d1f2a97887d7039c4e4cc39477a1f474ccae (patch) | |
| tree | 5954d8a0ee8df3f3b7fe0fb7c56a4385c561907c /src/build_settings.cpp | |
| parent | ca4b0527e80bda39aa677f013415eff0c62f433d (diff) | |
Add `-show-unused` (Shows unused package declarations of all imported packages)
Crude output at the moment but better than nothing
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 4f06c2913..5c1babe0c 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -143,6 +143,7 @@ struct BuildContext { bool generate_docs; i32 optimization_level; bool show_timings; + bool show_unused; bool show_more_timings; bool show_system_calls; bool keep_temp_files; |