aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-04-17 19:54:01 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-04-17 19:54:01 +0000
commit141ac15182bb444553b5761d8894edad3db78a92 (patch)
tree0773419e26aa1b42e4446163174c7ad16cff8f08 /Makefile
parent7ef58d5107140f7a64bd92ef44369423b936b2c6 (diff)
stack and ref may be large
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 482290f..0174ec5 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ 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 -ggdb -pg
#YFLAGS= -dtv
.include <bsd.prog.mk>