Add --show-backtrace option to disable backtrace for even smaller binary.

This commit is contained in:
Christoffer Lerno
2024-07-28 00:58:00 +02:00
parent 4976ebcef4
commit bf8ca989d6
10 changed files with 38 additions and 4 deletions

View File

@@ -128,6 +128,7 @@ const bool F128_SUPPORT = $$PLATFORM_F128_SUPPORTED;
const REGISTER_SIZE = $$REGISTER_SIZE;
const bool COMPILER_SAFE_MODE = $$COMPILER_SAFE_MODE;
const bool DEBUG_SYMBOLS = $$DEBUG_SYMBOLS;
const bool BACKTRACE = $$BACKTRACE;
const usz LLVM_VERSION = $$LLVM_VERSION;
const bool BENCHMARKING = $$BENCHMARKING;
const bool TESTING = $$TESTING;