Skip to content

Commit f32bd5a

Browse files
committed
Define BOOST_STACKTRACE_LINK when BOOST_STACKTRACE_STATIC_LINK is defined. Refs #169.
1 parent 79fc075 commit f32bd5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/boost/stacktrace/detail/push_options.h

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
# define BOOST_STACKTRACE_LINK
1212
#endif
1313

14+
#if !defined(BOOST_STACKTRACE_LINK) && defined(BOOST_STACKTRACE_STATIC_LINK)
15+
# define BOOST_STACKTRACE_LINK
16+
#endif
17+
1418
#if defined(BOOST_STACKTRACE_LINK) && !defined(BOOST_STACKTRACE_DYN_LINK) && defined(BOOST_ALL_DYN_LINK)
1519
# define BOOST_STACKTRACE_DYN_LINK
1620
#endif

0 commit comments

Comments
 (0)