diff options
author | beber <beber> | 2005-12-08 23:45:18 +0000 |
---|---|---|
committer | beber <beber> | 2005-12-08 23:45:18 +0000 |
commit | 6c4c1d39e1ea25338c2a5da2d9a4510c9c73d818 (patch) | |
tree | c86bcf50eef7819f2bc030d7e4d1208a071c51a5 /src/Makefile.am | |
parent | // -> /* */ (diff) | |
download | espik-6c4c1d39e1ea25338c2a5da2d9a4510c9c73d818.tar.xz |
DEBUG CFLAGS
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 98d2ef0..b09ea03 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in AM_CFLAGS = \ - -g -W -Wall \ + $(DEBUG_MODE_CFLAGS) \ @ecore_cflags@ ESPIKHEADERS = \ |