2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Debug travis clang3 builds.

[skip appveyor]
This commit is contained in:
Rene Rivera
2019-03-26 07:28:59 -05:00
parent c7c1d19e61
commit 361f0e99ef
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ jobs:
- g++-7
sources:
- ubuntu-toolchain-r-test
- compiler: clang++-3.4
- compiler: clang++
env: TOOLSET=clang
os: linux
dist: trusty

View File

@@ -311,7 +311,7 @@ case $BOOST_JAM_TOOLSET in
clang*)
echo_run ${CXX:=clang} --version
BOOST_JAM_CXX="${CXX} -x c++ -O3 -std=c++11"
BOOST_JAM_CXX="${CXX} -x c++ -O3 -std=c++11 -v"
BOOST_JAM_TOOLSET=clang
BOOST_RELEASE="-O3 -s -flto"
BOOST_DEBUG="-O0 -fno-inline -g"