1 // Copyright Antony Polukhin, 2016-2020. 2 // 3 // Distributed under the Boost Software License, Version 1.0. (See 4 // accompanying file LICENSE_1_0.txt or copy at 5 // http://www.boost.org/LICENSE_1_0.txt) 6 7 #define BOOST_STACKTRACE_INTERNAL_BUILD_LIBS 8 #define BOOST_STACKTRACE_LINK 9 #define BOOST_STACKTRACE_USE_NOOP 10 #include <boost/stacktrace/detail/frame_noop.ipp> 11 #include <boost/stacktrace/detail/safe_dump_noop.ipp> 12