From 03fa8e84a12166bc7d5444e1804a197848e94c01 Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Wed, 13 Feb 2013 00:34:09 +0100 Subject: [PATCH] Small change. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 293e2a6..09152f2 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,6 @@ CFLAGS+=-ansi -pedantic -pipe -D_BSD_SOURCE \ -Wall -Wextra -Werror -Wno-unused-result OPT=-O2 -all: map - debug: OPT=-O0 debug: CFLAGS+=-ggdb debug: map