We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32bd5a commit 34e56c4Copy full SHA for 34e56c4
include/boost/stacktrace/detail/push_options.h
@@ -15,7 +15,7 @@
15
# define BOOST_STACKTRACE_LINK
16
#endif
17
18
-#if defined(BOOST_STACKTRACE_LINK) && !defined(BOOST_STACKTRACE_DYN_LINK) && defined(BOOST_ALL_DYN_LINK)
+#if defined(BOOST_STACKTRACE_LINK) && !defined(BOOST_STACKTRACE_DYN_LINK) && !defined(BOOST_STACKTRACE_STATIC_LINK) && defined(BOOST_ALL_DYN_LINK)
19
# define BOOST_STACKTRACE_DYN_LINK
20
21
0 commit comments