From: Francois Fleuret Date: Fri, 1 May 2009 21:11:05 +0000 (+0200) Subject: Added the -fno-omit-frame-pointer option to the DEBUG mode. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=commitdiff_plain;h=5b1410b3fc2ceb4dc75d0c462d630208cfa9b3f3 Added the -fno-omit-frame-pointer option to the DEBUG mode. --- 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