From: antirez Date: Thu, 26 Apr 2012 14:53:11 +0000 (+0200) Subject: Re-introduce -g -rdynamic -ggdb when linking, fixing strack traces. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/e69e76d44217c33c164e96725e941d43ad9a136c?hp=e69e76d44217c33c164e96725e941d43ad9a136c Re-introduce -g -rdynamic -ggdb when linking, fixing strack traces. A previous commit removed -g -rdynamic -ggdb as LDFLAGS, not allowing Redis to produce a stack trace wth symbol names on crash. This commit fixes the issue. ---