Merge branch 'master' of ssh://fleuret@login.idiap.ch/homes/fleuret/public/git/selector
[selector.git] / Makefile
index 822005c..8e18fe3 100644 (file)
--- 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