[tools] master update
Dr. Paul Dale
pauli at openssl.org
Wed May 5 01:39:29 UTC 2021
The branch master has been updated
via e771ebd4a0e349d929dc2e6f7ad2af48978e772d (commit)
from fa7b4ef4e67bb944a40c83539b216c398426bfc1 (commit)
- Log -----------------------------------------------------------------
commit e771ebd4a0e349d929dc2e6f7ad2af48978e772d
Author: Pauli <pauli at openssl.org>
Date: Tue May 4 18:14:32 2021 +1000
run-checker: disable debug flag for builds
It is more representative of reality.
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/tools/pull/86)
-----------------------------------------------------------------------
Summary of changes:
run-checker/run-checker.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/run-checker/run-checker.sh b/run-checker/run-checker.sh
index b59283c..dbb3da5 100755
--- a/run-checker/run-checker.sh
+++ b/run-checker/run-checker.sh
@@ -132,7 +132,7 @@ if run-hook prepare; then
else
builddir="$(echo $opt | sed -e 's|[ /]|_|g')"
fi
- if run-hook start "$builddir" "$opt" -d $warnopts $expandedopts; then
+ if run-hook start "$builddir" "$opt" $warnopts $expandedopts; then
if (
set -e
@@ -143,7 +143,7 @@ if run-hook prepare; then
echo "Building with '$opt'"
log-eval \
- CC=$optcc ../openssl/config -d $warnopts $expandedopts \
+ CC=$optcc ../openssl/config $warnopts $expandedopts \
>build.log 2>&1 || \
exit $?
More information about the openssl-commits
mailing list