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.
This commit is contained in:
parent
be2525adc0
commit
d2f5317469
1
configure
vendored
1
configure
vendored
@ -262,6 +262,7 @@ EOF
|
||||
rv=1
|
||||
echo "no."
|
||||
fi
|
||||
[ -z "$SILENT" ] && cat _ccflag.err
|
||||
rm -f _ccflag.c _ccflag _ccflag.err
|
||||
return $rv
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user