From 6ad0d66c3701b58744c63013658529e53f6fe3f1 Mon Sep 17 00:00:00 2001 From: beber Date: Thu, 8 Dec 2005 23:47:21 +0000 Subject: debug flags --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index b09ea03..c3ff0bd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,8 @@ ## Process this file with automake to produce Makefile.in AM_CFLAGS = \ - $(DEBUG_MODE_CFLAGS) \ + $(DEBUG_CFLAGS) \ + -O2 -W -Wall \ @ecore_cflags@ ESPIKHEADERS = \ @@ -25,6 +26,7 @@ espik_SOURCES = \ $(ESPIKHEADERS) espik_LDADD = \ + $(DEBUG_LDFLAGS) @ecore_libs@ bin_PROGRAMS = espik -- cgit v1.2.3