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
|
@ -485,7 +485,7 @@ for env in [test_env, client_env, env]:
|
|||
# #
|
||||
# Determine optimization level
|
||||
# #
|
||||
|
||||
|
||||
if not env["opt"]:
|
||||
if env["build"] == "release":
|
||||
env["opt"] = "-O3 "
|
||||
|
@ -494,9 +494,8 @@ for env in [test_env, client_env, env]:
|
|||
else:
|
||||
env["opt"] = "-O0 "
|
||||
else:
|
||||
env["opt"] = env["opt"]+" "
|
||||
|
||||
|
||||
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