]> git.saurik.com Git - redis.git/commit
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>
Thu, 26 Apr 2012 14:53:11 +0000 (16:53 +0200)
commita3eb7ac87d00cbd74b0dd386dba83748cea2465c
treeec6bd63b448d9974d453e670ebf4dbd745b6744e
parent11bd247d2b333123402095421d0424f87e7e28c3
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.
src/Makefile