]> git.saurik.com Git - redis.git/commit - src/Makefile
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)
commite69e76d44217c33c164e96725e941d43ad9a136c
treefd7dbb5a9dc86830b6a9a8cfff8b68e8c4eea28f
parent9db4cea23576d9735c906829d4c4d2feb7720bf0
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