mirror of
https://github.com/valkey-io/valkey.git
synced 2026-05-06 13:36:47 -04:00
fd57c2171e
With this we get more detailed backtrace information, including
information about static functions. Off by default - to enable you must
enable at compile time:
make USE_LIBBACKTRACE=yes
Signed-off-by: Rain Valentine <rsg000@gmail.com>