Skip to content

Commit

Permalink
Giving up on LTO. Too hard to get working on CI.
Browse files Browse the repository at this point in the history
[skip appveyor]
  • Loading branch information
grafikrobot committed Mar 26, 2019
1 parent d108ee5 commit 81f9ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ case $BOOST_JAM_TOOLSET in
echo_run ${CXX:=clang} --version
BOOST_JAM_CXX="${CXX} -x c++ -O3 -std=c++11 -v"
BOOST_JAM_TOOLSET=clang
BOOST_RELEASE="-O3 -s -flto"
BOOST_RELEASE="-O3 -s"
BOOST_DEBUG="-O0 -fno-inline -g"
BOOST_PYTHON="`python-config --includes --libs` -DHAVE_PYTHON -Wno-deprecated-register"
;;
Expand Down

0 comments on commit 81f9ba9

Please sign in to comment.