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