changeset 46:b0f47747e625 yadex-1_7_1

Always add debug compiler flag (-g).
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 23:14:10 +0300
parents 3a7dc2c61e13
children 0e4e73553cd7
files GNUmakefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Sat Sep 24 23:13:35 2011 +0300
+++ b/GNUmakefile	Sat Sep 24 23:14:10 2011 +0300
@@ -79,13 +79,13 @@
 #CXX =
 
 # Options used when compiling Atclib.
-CFLAGS = -O2 -W -Wall
+CFLAGS = -g -O2 -W -Wall
 
 # Options used when compiling and linking Yadex.
 # ld is invoked through the C++ compiler so
 # LDFLAGS should not contain options that mean
 # something to the C++ compiler.
-CXXFLAGS = -O3 -W -Wall
+CXXFLAGS = -g -O3 -W -Wall
 #CXXFLAGS += -DWHITE_BACKGROUND
 #LDFLAGS  =