From bca7a785d1e144137cb2b540c3e418d8804cfc96 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Thu, 29 Mar 2012 17:26:41 -0400 Subject: [PATCH] Enable backchain storing in the stack frames This will make it possible to walk the stack frames sanely. Signed-off-by: Josef 'Jeff' Sipek --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 947740d..2989c2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ CMAKE_FORCE_C_COMPILER(s390x-linux-gcc GNU) set(CMAKE_ASM-ATT_COMPILE_OBJECT "${CMAKE_ASM} ${ASM_SYS_FLAGS} -o ") -set(CMAKE_C_FLAGS "-g -fno-strict-aliasing -fno-builtin -nostdlib -nostdinc -Wall -m64 -I ${PROJECT_SOURCE_DIR}/include/ -include ${PROJECT_SOURCE_DIR}/include/types.h -O2") +set(CMAKE_C_FLAGS "-g -fno-strict-aliasing -fno-builtin -nostdlib -nostdinc -Wall -m64 -I ${PROJECT_SOURCE_DIR}/include/ -include ${PROJECT_SOURCE_DIR}/include/types.h -O2 -mbackchain") set(HVF_VERSION "0.16-rc3") -- 2.11.4.GIT