2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-19 04:02:14 +00:00

Only use rdynamic on Linux for rrdebug.

This commit is contained in:
Rene Rivera
2023-08-06 08:25:06 -05:00
parent 2dff7f6ff9
commit 8bd0937bb2

View File

@@ -57,7 +57,7 @@ project b2
<toolset>clang-win:<define>_CRT_SECURE_NO_WARNINGS=1
<toolset>clang-win:<define>_CRT_NONSTDC_NO_DEPRECATE=1
<toolset>clang:<cxxflags>-Wno-deprecated-declarations
<toolset>gcc,<variant>debug:<linkflags>-rdynamic
<toolset>gcc,<variant>debug,<target-os>linux:<linkflags>-rdynamic
;
#|