Small change.

This commit is contained in:
Merlijn Wajer 2013-02-13 00:34:09 +01:00
parent 7006c33538
commit 03fa8e84a1
1 changed files with 0 additions and 2 deletions

View File

@ -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