From 5b1410b3fc2ceb4dc75d0c462d630208cfa9b3f3 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 1 May 2009 23:11:05 +0200 Subject: [PATCH] Added the -fno-omit-frame-pointer option to the DEBUG mode. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 822005c..8e18fe3 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ LDFLAGS=-lcurses REVISION_NUMBER=$(shell cat REVISION_NUMBER) ifeq ($(DEBUG),yes) - OPTIMIZE_FLAG = -ggdb3 -DDEBUG + OPTIMIZE_FLAG = -ggdb3 -DDEBUG -fno-omit-frame-pointer else OPTIMIZE_FLAG = -ggdb3 -O3 endif -- 2.20.1