aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>