From 50fb0bd004ff594e132b060124e9d4967b33548a Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 27 Nov 2011 00:16:20 +0100 Subject: [PATCH] CFLAGS -= -O3, difficult debugging --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3174b7..82f1b8b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-Wall -O3 -g +CFLAGS=-Wall -g OBJS=main.o map.o agent.o connection.o