X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=6156b7d1a9b47616e6391b1887ade3cf2453c6c0;hp=1ba238cad0b81ff6f4e45f3e179e161e4217120a;hb=737a0dd159dfba58a7e66fef5e49b731e3d9bbb2;hpb=4bc030a8d1ea59870daed681e8e6266281724732 diff --git a/bin/blhc b/bin/blhc index 1ba238c..6156b7d 100755 --- a/bin/blhc +++ b/bin/blhc @@ -227,11 +227,11 @@ my %exit_code = ( ); my %buildd_tag = ( - no_compiler_commands => 'W-no-compiler-commands', + no_compiler_commands => 'I-no-compiler-commands', non_verbose_build => 'W-compiler-flags-hidden', flags_missing => 'W-dpkg-buildflags-missing', hardening_wrapper => 'I-hardening-wrapper-used', - invalid_cmake => 'W-invalid-cmake-used', + invalid_cmake => 'I-invalid-cmake-used', ); # Statistics of missing flags and non-verbose build commands. Used for @@ -1161,11 +1161,11 @@ CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS missing. =item -B (version) +B (version) =item -B +B No compiler commands were detected. Either the log contains none or they were not correctly detected by blhc (please report the bug in this case).