Removed debug code

This commit is contained in:
Moritz Bunkus 2010-04-10 09:06:59 +02:00
parent 199e5d53f1
commit 6f14f39b51

View File

@ -14,7 +14,6 @@ AC_ARG_ENABLE(
AC_HELP_STRING([--enable-debug],[compile with debug information (no)]),
[
DEBUG_CFLAGS="-g -DDEBUG"
echo eno $enable_optimization and $enable_optimization
if test x"$enable_optimization" = x"no"; then
OPTIMIZATION_CFLAGS=""
fi