From fe903864590701f8e37c65b118bb0a907e797e56 Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Wed, 12 Dec 2012 15:16:54 +0100 Subject: Fixed compiling with -Wall and -Werror. Removed debug_filter. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d28a183..89cf611 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ include Makefile.files all: - gcc ${DEBUG_SOURCES} main.c -o debug -DWITH_DBG_SYSLOG -DWITH_DBG_FILTER + g++ -Werror -Wall -D_FORTIFY_SOURCE=2 -g -O2 ${DEBUG_SOURCES} main.c -o debug -DWITH_DBG_SYSLOG -DWITH_DEBUG -- cgit v1.2.3