Cygwin: silence dllfixdbg

There's no good reason to print the objcopy generation rules

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2022-02-02 21:24:04 +01:00
parent ba02fef995
commit 4a70041dfd
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ sub align {
sub xit($@) {
my $execit = shift;
print "+ @_\n";
#print "+ @_\n";
if ($execit) {
exec @_ or die "$0: couldn't exec $_[0] - $!\n";
} else {