]> git.ipfire.org Git - thirdparty/zstd.git/commit
backtrace support compiled with more conditions
authorYann Collet <cyan@fb.com>
Tue, 9 Oct 2018 00:03:06 +0000 (17:03 -0700)
committerYann Collet <cyan@fb.com>
Tue, 9 Oct 2018 00:03:06 +0000 (17:03 -0700)
commitf17c1df1ac86475f16d5d577b27a74271960e837
treec070b409f972809e84a45c9545189b4021ee472b
parent4083bdc8f2738593c58c02a79305785b47cd58df
backtrace support compiled with more conditions

following #1356,
only enable backtrace compilation on linux+glibc.

Also, disable backtrace by default from "release" compilation,
so that less platforms get impacted by the new requirements.
Can be manually enabled/disabled using BACKTRACE=1/0.
programs/Makefile
programs/README.md
programs/fileio.c