diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-19 20:12:56 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-19 20:12:59 +0200 |
| commit | 261f7d864db38015efa72debfa0d2be45b7ecaaa (patch) | |
| tree | 02d9b811bdefa6ab5ce321e488524d856dfe231b /libtest/config.mk | |
| parent | Add librecrypt_verify (diff) | |
| download | librecrypt-261f7d864db38015efa72debfa0d2be45b7ecaaa.tar.gz librecrypt-261f7d864db38015efa72debfa0d2be45b7ecaaa.tar.bz2 librecrypt-261f7d864db38015efa72debfa0d2be45b7ecaaa.tar.xz | |
libtest: disable backtraces by default
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | libtest/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtest/config.mk b/libtest/config.mk index 3b81c3f..9538ee9 100644 --- a/libtest/config.mk +++ b/libtest/config.mk @@ -1,4 +1,4 @@ -WITH_BACKTRACE = true +WITH_BACKTRACE = false IMPLEMENT_MMAP = true TEST_CONFIGFILE = config_backtraces=$(WITH_BACKTRACE).mk |
