Skip to content

Commit

Permalink
Print the value of STRICT and build_timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Apr 21, 2018
1 parent 63ff641 commit 96c4127
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 3 additions & 4 deletions SConstruct
Expand Up @@ -484,7 +484,7 @@ for env in [test_env, client_env, env]:
# #
# Determine optimization level
# #

if not env["opt"]:
if env["build"] == "release":
env["opt"] = "-O3 "
Expand All @@ -493,9 +493,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
# #
Expand Down
3 changes: 3 additions & 0 deletions utils/travis/docker_run.sh
Expand Up @@ -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
Expand Down

0 comments on commit 96c4127

Please sign in to comment.