core: Makefile: Do not enable debug by default
commit5441637e53c663764612a708ad75b00d3229c1a5
authorPaulo Alcantara <pcacjr@zytor.com>
Thu, 5 Jul 2012 06:54:19 +0000 (5 03:54 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Thu, 5 Jul 2012 06:55:37 +0000 (5 03:55 -0300)
tree589d06763fdab6c2910b22d0100b404d132fa998
parent3c95b5510024938389547eef80b266f478eb4cde
core: Makefile: Do not enable debug by default

The commit 72842b6 has set "DDEBUG=1" as it shouldn't, so the whole core
was being compiled always with debug enabled.

This patch removes the "DDEBUG=1" from CFLAGS in Makefile, since Syslinux
is never compiled with debug enabled by default.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
core/Makefile