Skip to content

Commit

Permalink
add clang debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
bebuch committed Oct 15, 2018
1 parent 353e8ff commit 265e057
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jamroot.jam
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ project disposer_module

<define>BOOST_HANA_CONFIG_ENABLE_STRING_UDL
<define>BOOST_ASIO_HAS_STD_CHRONO
<define>BOOST_ASIO_HAS_STD_STRING_VIEW

<toolset>gcc:<cxxflags>-std=gnu++1z
<toolset>gcc:<cxxflags>-fconstexpr-depth=1024
Expand All @@ -49,6 +50,8 @@ project disposer_module
<toolset>clang:<cxxflags>-fvisibility=hidden
<toolset>clang:<cxxflags>-stdlib=libc++
<toolset>clang:<cxxflags>-Wno-gnu-string-literal-operator-template
<toolset>clang:<variant>debug:<cxxflags>-fstandalone-debug
<toolset>clang:<variant>debug:<cxxflags>-fno-limit-debug-info
<toolset>clang:<variant>debug:<define>_LIBCPP_DEBUG
<toolset>clang:<linkflags>-lpthread
<toolset>clang:<linkflags>-ldl
Expand Down

0 comments on commit 265e057

Please sign in to comment.