Move the hardcode debug flags from src/Makefile.am file to configure.ac file.
commite07a8d30da595c0733f2d510247f1e2bd32ef862
authorAnibal Avelar <aavelar@cofradia.org>
Sun, 28 Jun 2009 05:31:51 +0000 (28 00:31 -0500)
committerAnibal Avelar <aavelar@cofradia.org>
Sun, 28 Jun 2009 05:31:51 +0000 (28 00:31 -0500)
tree29dd9ce613c347de4db0f20d0977aa49f473c6e2
parent019942a3921f2e5b27e2dad99e10ffb4d49b646e
Move the hardcode debug flags from src/Makefile.am file to configure.ac file.
Also was removed the flag -Werror to avoid a FTBFS error when I try to build
the debian/ubuntu package.
If we need it again, we can add it only defining the DEBUG_LFLAGS with whatever
extra debug compile option.
configure.ac
src/Makefile.am