summaryrefslogtreecommitdiff
path: root/src/Makefile_Eo.am
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2013-01-18 16:57:57 +0000
committerTom Hacohen <tom@stosb.com>2013-01-18 16:57:57 +0000
commit21a6a846673da0e43e3a9cf572cbb5e42dc5d966 (patch)
tree03c9f9b1041225b6367eada8634f8be68b5f776a /src/Makefile_Eo.am
parent7b9e24bef48f513a4a1891bc3075fb33e1ba9d0c (diff)
downloadefl-21a6a846673da0e43e3a9cf572cbb5e42dc5d966.tar.gz
Eo: Changed NDEBUG to EO_DEBUG.
This was stupid from the start, but now it casuse even more issues. We'll have to just add a configure option to it when the time comes. SVN revision: 82989
Diffstat (limited to 'src/Makefile_Eo.am')
-rw-r--r--src/Makefile_Eo.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Makefile_Eo.am b/src/Makefile_Eo.am
index b58bc9f3b5..4e6b46a8af 100644
--- a/src/Makefile_Eo.am
+++ b/src/Makefile_Eo.am
@@ -11,7 +11,7 @@ lib/eo/eo.c \
lib/eo/eo_base_class.c \
lib/eo/eo_private.h
-lib_eo_libeo_la_CPPFLAGS = -DNDEBUG @EO_CFLAGS@
+lib_eo_libeo_la_CPPFLAGS = @EO_CFLAGS@
lib_eo_libeo_la_LIBADD = @EO_LIBS@
lib_eo_libeo_la_DEPENDENCIES = @EO_INTERNAL_LIBS@
lib_eo_libeo_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
@@ -85,7 +85,6 @@ tests/eo/suite/eo_test_class_errors.c \
tests/eo/suite/eo_test_general.c \
tests/eo/suite/eo_test_init.c
tests_eo_eo_suite_CPPFLAGS = \
--DNDEBUG \
@CHECK_CFLAGS@ \
@EO_CFLAGS@
TESTS += tests/eo/eo_suite
@@ -103,8 +102,7 @@ tests/eo/function_overrides/function_overrides_inherit3.h \
tests/eo/function_overrides/function_overrides_main.c \
tests/eo/function_overrides/function_overrides_simple.c \
tests/eo/function_overrides/function_overrides_simple.h
-tests_eo_test_function_overrides_CPPFLAGS = @EO_CFLAGS@ \
--DNDEBUG
+tests_eo_test_function_overrides_CPPFLAGS = @EO_CFLAGS@
tests_eo_test_function_overrides_LDADD = @USE_EO_LIBS@
tests_eo_test_function_overrides_DEPENDENCIES = @USE_EO_INTERNAL_LIBS@
TESTS += tests/eo/test_function_overrides