mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-30 19:07:49 +00:00
Add -show-unused-with-location
This commit is contained in:
@@ -144,6 +144,7 @@ struct BuildContext {
|
||||
i32 optimization_level;
|
||||
bool show_timings;
|
||||
bool show_unused;
|
||||
bool show_unused_with_location;
|
||||
bool show_more_timings;
|
||||
bool show_system_calls;
|
||||
bool keep_temp_files;
|
||||
|
||||
Reference in New Issue
Block a user