don't -g by default

This commit is contained in:
cgd 1994-04-01 08:31:22 +00:00
parent f0a32f8da2
commit 74dd75c267

View File

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