aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-04-17 19:55:56 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-04-17 19:55:56 +0000
commitb7fd152aa1f40ca89da321040e8e86a48e19d1e0 (patch)
tree17e569c27cc3bc77bc5444e8b5d078984e0c6285
parent141ac15182bb444553b5761d8894edad3db78a92 (diff)
split debug opts
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0174ec5..edc7262 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ PROG= dcpu
SRCS= gramar.y lexer.l emu.c main.c tui.c y.tab.h
NOMAN=
LDADD+= -lcurses
-DEBUG= -Wall -ggdb -pg
+DEBUG+= -Wall
+#DEBUG+= -ggdb -pg
#YFLAGS= -dtv
.include <bsd.prog.mk>