When we were doing STATICC we were linking libdw dynamically, still requiring many dependencies. THis switches to libbfd, which should massively reduce the number of required libraries.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-03-26 13:37:01 +01:00
parent 12f643a80e
commit 47ee3a0295
2 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
#if !WINDOWS
#if PRETTYTRACES
#define BACKWARD_HAS_DW 1
#define BACKWARD_HAS_BFD 1
#endif
#include "../extern/backward.hpp"
#endif