fix for -O report-C++

This commit is contained in:
Vern Paxson 2024-08-05 09:18:33 +01:00 committed by Arne Welzel
parent 857df9f063
commit e6fe20f140

View file

@ -600,6 +600,7 @@ void analyze_scripts(bool no_unused_warnings) {
}
if ( analysis_options.report_CPP ) {
auto pfs = std::make_unique<ProfileFuncs>(funcs, is_CPP_compilable, true, false);
report_CPP();
exit(0);
}