mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 16:46:28 +00:00

Essentially, debug.h defines printTrace as an empty macro when the macro ENABLE_BACKTRACE is not defined, breaking the compilation of crash.c. Fixed by defining a private macro for debug.h only to avoid clashing.