changeset 619:c5110604fefa

Enable backchain storing in the stack frames This will make it possible to walk the stack frames sanely. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 29 Mar 2012 17:26:41 -0400
parents 535aec703236
children 801716e2d5a7
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Dec 13 22:20:50 2011 -0500
+++ b/CMakeLists.txt	Thu Mar 29 17:26:41 2012 -0400
@@ -22,7 +22,7 @@
 set(CMAKE_ASM-ATT_COMPILE_OBJECT
 	"${CMAKE_ASM} ${ASM_SYS_FLAGS} <FLAGS> -o <OBJECT> <SOURCE>")
 
-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")