LookingGlass/common
Quantum b00c25a822 [common] crash: fix Linux compilation with -DENABLE_BACKTRACE=NO
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.
2021-03-03 16:36:50 +11:00
..
include/common [common] crash: fix Linux compilation with -DENABLE_BACKTRACE=NO 2021-03-03 16:36:50 +11:00
src [common] crash/linux: generate core dump when handling SIGSEGV 2021-02-27 13:34:03 +11:00
CMakeLists.txt [common] detect clang and disable warnings for unknown-warning-option 2021-02-22 01:54:46 +11:00