File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ int armcc_modet::doit()
130
130
compiler.output_file_executable =" a.out" ;
131
131
}
132
132
133
- if (verbosity> 8 )
133
+ if (verbosity > messaget::M_STATISTICS )
134
134
{
135
135
std::list<std::string>::iterator it;
136
136
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ int cw_modet::doit()
119
119
config.ansi_c .preprocessor_options .push_back (" -isystem " +*it);
120
120
}
121
121
122
- if (verbosity> 8 )
122
+ if (verbosity > messaget::M_STATISTICS )
123
123
{
124
124
std::list<std::string>::iterator it;
125
125
Original file line number Diff line number Diff line change @@ -685,9 +685,9 @@ int linker_script_merget::get_linker_script_data(
685
685
" --out-file" , def_out_file
686
686
};
687
687
688
- if (get_message_handler ().get_verbosity ()> 9 )
688
+ if (get_message_handler ().get_verbosity () >= messaget::M_DEBUG )
689
689
argv.push_back (" --very-verbose" );
690
- else if (get_message_handler ().get_verbosity ()> 4 )
690
+ else if (get_message_handler ().get_verbosity () > messaget::M_RESULT )
691
691
argv.push_back (" --verbose" );
692
692
693
693
debug () << " RUN:" ;
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ int ms_cl_modet::doit()
112
112
if (cmdline.isset (' J' ))
113
113
config.ansi_c .char_is_unsigned =true ;
114
114
115
- if (verbosity> 8 )
115
+ if (verbosity > messaget::M_STATISTICS )
116
116
{
117
117
std::list<std::string>::iterator it;
118
118
You can’t perform that action at this time.
0 commit comments