]> git.saurik.com Git - redis.git/commitdiff
Re-introduce -g -rdynamic -ggdb when linking, fixing strack traces.
authorantirez <antirez@gmail.com>
Thu, 26 Apr 2012 14:53:11 +0000 (16:53 +0200)
committerantirez <antirez@gmail.com>
Fri, 27 Apr 2012 09:47:27 +0000 (11:47 +0200)
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.


No differences found