Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
c3998728
Commit
c3998728
authored
Jun 26, 2017
by
antirez
Browse files
ARM: Fix stack trace generation on crash.
parent
c9097393
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Makefile
View file @
c3998728
...
...
@@ -38,6 +38,11 @@ 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
ifeq
($(USE_TCMALLOC),yes)
MALLOC
=
tcmalloc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment