File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 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()
130130 compiler.output_file_executable =" a.out" ;
131131 }
132132
133- if (verbosity> 8 )
133+ if (verbosity > messaget::M_STATISTICS )
134134 {
135135 std::list<std::string>::iterator it;
136136
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ int cw_modet::doit()
119119 config.ansi_c .preprocessor_options .push_back (" -isystem " +*it);
120120 }
121121
122- if (verbosity> 8 )
122+ if (verbosity > messaget::M_STATISTICS )
123123 {
124124 std::list<std::string>::iterator it;
125125
Original file line number Diff line number Diff line change @@ -685,9 +685,9 @@ int linker_script_merget::get_linker_script_data(
685685 " --out-file" , def_out_file
686686 };
687687
688- if (get_message_handler ().get_verbosity ()> 9 )
688+ if (get_message_handler ().get_verbosity () >= messaget::M_DEBUG )
689689 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 )
691691 argv.push_back (" --verbose" );
692692
693693 debug () << " RUN:" ;
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ int ms_cl_modet::doit()
112112 if (cmdline.isset (' J' ))
113113 config.ansi_c .char_is_unsigned =true ;
114114
115- if (verbosity> 8 )
115+ if (verbosity > messaget::M_STATISTICS )
116116 {
117117 std::list<std::string>::iterator it;
118118
You can’t perform that action at this time.
0 commit comments