mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
ARM: Fix stack trace generation on crash.
This commit is contained in:
parent
c9097393bf
commit
c3998728a2
@ -38,6 +38,11 @@ endif
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# To get ARM stack traces if Redis crashes we need a special C flag.
|
||||||
|
ifneq (,$(findstring armv,$(uname_M)))
|
||||||
|
CFLAGS+=-funwind-tables
|
||||||
|
endif
|
||||||
|
|
||||||
# Backwards compatibility for selecting an allocator
|
# Backwards compatibility for selecting an allocator
|
||||||
ifeq ($(USE_TCMALLOC),yes)
|
ifeq ($(USE_TCMALLOC),yes)
|
||||||
MALLOC=tcmalloc
|
MALLOC=tcmalloc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user