We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fc075 commit f32bd5aCopy full SHA for f32bd5a
include/boost/stacktrace/detail/push_options.h
@@ -11,6 +11,10 @@
11
# define BOOST_STACKTRACE_LINK
12
#endif
13
14
+#if !defined(BOOST_STACKTRACE_LINK) && defined(BOOST_STACKTRACE_STATIC_LINK)
15
+# define BOOST_STACKTRACE_LINK
16
+#endif
17
+
18
#if defined(BOOST_STACKTRACE_LINK) && !defined(BOOST_STACKTRACE_DYN_LINK) && defined(BOOST_ALL_DYN_LINK)
19
# define BOOST_STACKTRACE_DYN_LINK
20
0 commit comments