Print the value of STRICT and build_timeout.
(cherry-picked from commit 96c41271d8
)
This commit is contained in:
parent
1ef1704fd9
commit
754b8a6221
2 changed files with 6 additions and 4 deletions
|
@ -496,7 +496,6 @@ for env in [test_env, client_env, env]:
|
|||
else:
|
||||
env["opt"] = env["opt"]+" "
|
||||
|
||||
|
||||
# #
|
||||
# Start determining options for debug build
|
||||
# #
|
||||
|
|
|
@ -46,6 +46,9 @@ echo "BOOST_TEST: $BOOST_TEST"
|
|||
echo "LTO: $LTO"
|
||||
echo "SAN: $SAN"
|
||||
|
||||
echo "STRICT: $STRICT"
|
||||
echo "build_timeout(mins): $build_timeout"
|
||||
|
||||
$CXX --version
|
||||
|
||||
if [ "$NLS" == "true" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue