X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=1bdea292cc027251fe9c3e811f19ed1c8dc27c89;hp=01c0e0223499d5a436cd6ec181bab6a4c20546ed;hb=4c7a085e5317ed6bbc88d354c9c691c18714df06;hpb=3b0cee1e332ae137ad1efd3309e6be0cd1c37364 diff --git a/bin/blhc b/bin/blhc index 01c0e02..1bdea29 100755 --- a/bin/blhc +++ b/bin/blhc @@ -440,6 +440,7 @@ sub is_non_verbose_build { # # C++ compiler setting. return 0 if $line =~ /^\s*C\+\+.+?:\s+(?:yes|no)\s*$/; + return 0 if $line =~ /^\s*C\+\+ Library: stdc\+\+$/; # "Compiling" with no file name. if ($line =~ /^\s*[Cc]ompiling\s+(.+?)(?:\.\.\.)?$/) { # $file_extension_regex may need spaces around the filename.