mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Use ADDR2LINE for linux qa for now
This commit is contained in:
parent
d5e342b64d
commit
5e2ec53165
@ -28,6 +28,9 @@
|
|||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#define BOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED
|
#define BOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef __linux__
|
||||||
|
#define BOOST_STACKTRACE_USE_ADDR2LINE
|
||||||
|
#endif
|
||||||
#include <boost/stacktrace.hpp>
|
#include <boost/stacktrace.hpp>
|
||||||
#include <boost/test/unit_test_monitor.hpp>
|
#include <boost/test/unit_test_monitor.hpp>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user