diff options
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |