Skip to content
Snippets Groups Projects
Commit cf13ee29 authored by Avi Kivity's avatar Avi Kivity
Browse files

build: compile with -fno-omit-frame-pointer

Needed for safe backtrace.
parent 54e1bbea
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ INCLUDES += -isystem $(src)/bsd/sys
COMMON = $(autodepend) -g -Wall -Wno-pointer-arith -Werror -Wformat=0 \
-D __BSD_VISIBLE=1 -U _FORTIFY_SOURCE -fno-stack-protector $(INCLUDES) \
-fno-omit-frame-pointer \
$(do-sys-includes) \
$(arch-cflags) $(conf-opt) $(acpi-defines) $(tracing-flags) \
$(configuration) -nostdinc -D__OSV__ -D__XEN_INTERFACE_VERSION__="0x00030209"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment