Skip to content

Commit d2f5317

Browse files
classabbyampDuncaen
authored andcommitted
configure: add optional verbose output for flag tests
to aid future debugging, this will show stderr from the compiler when --verbose is passed to configure.
1 parent be2525a commit d2f5317

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ EOF
262262
rv=1
263263
echo "no."
264264
fi
265+
[ -z "$SILENT" ] && cat _ccflag.err
265266
rm -f _ccflag.c _ccflag _ccflag.err
266267
return $rv
267268
}

0 commit comments

Comments
 (0)