MetanoKid / cpp-build-analyzer

Analyzes MSVC C++ compilations with C++ Build Insights SDK
GNU General Public License v3.0
80 stars 2 forks source link

Make --analyze_all optional #6

Open MetanoKid opened 4 years ago

MetanoKid commented 4 years ago

If users want to perform the full analysis, they have to type --analyze_all (or add as many --analyze_ options as desired).

Can't we make this flag optional, and set by default? When users want only one part of the analysis, this flag would become disabled instead.