summaryrefslogtreecommitdiffstats
path: root/rogue
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1994-04-01 08:31:22 +0000
committercgd <cgd@NetBSD.org>1994-04-01 08:31:22 +0000
commitd459ea65542f75e7234c64152bbefabd58bb085e (patch)
tree2b7f48784b9523589775387e4f8cc8071df6c3f2 /rogue
parent45bdf9e0f98fa72f3359628de1719ad379215b24 (diff)
downloadbsdgames-darwin-d459ea65542f75e7234c64152bbefabd58bb085e.tar.gz
bsdgames-darwin-d459ea65542f75e7234c64152bbefabd58bb085e.tar.zst
bsdgames-darwin-d459ea65542f75e7234c64152bbefabd58bb085e.zip
don't -g by default
Diffstat (limited to 'rogue')
-rw-r--r--rogue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rogue/Makefile b/rogue/Makefile
index f0161a2f..f986ca52 100644
--- a/rogue/Makefile
+++ b/rogue/Makefile
@@ -1,8 +1,8 @@
# from: @(#)Makefile 5.7 (Berkeley) 5/11/90
-# $Id: Makefile,v 1.3 1993/11/10 10:02:16 cgd Exp $
+# $Id: Makefile,v 1.4 1994/04/01 08:31:22 cgd Exp $
PROG= rogue
-CFLAGS+=-DUNIX -fwritable-strings -g
+CFLAGS+=-DUNIX -fwritable-strings
SRCS= curses.c hit.c init.c inventory.c level.c machdep.c main.c \
message.c monster.c move.c object.c pack.c play.c random.c ring.c \
room.c save.c score.c spec_hit.c throw.c trap.c use.c zap.c