Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/warp Comment out debugging build (it still randomly cr...
details: https://anonhg.NetBSD.org/src/rev/277375aa998c
branches: trunk
changeset: 956951:277375aa998c
user: christos <christos%NetBSD.org@localhost>
date: Wed Nov 11 20:04:02 2020 +0000
description:
Comment out debugging build (it still randomly crashes though) pointed out
by wiz
diffstat:
games/warp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 953d7c619000 -r 277375aa998c games/warp/Makefile
--- a/games/warp/Makefile Wed Nov 11 19:56:09 2020 +0000
+++ b/games/warp/Makefile Wed Nov 11 20:04:02 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2020/11/11 19:54:53 christos Exp $
+# $NetBSD: Makefile,v 1.5 2020/11/11 20:04:02 christos Exp $
.include <bsd.own.mk>
PROG= warp
-DBG=-g
+#DBG=-g
SRCS= bang.c init.c intrp.c move.c object.c play.c score.c sig.c term.c \
them.c us.c util.c version.c warp.c weapon.c
Home |
Main Index |
Thread Index |
Old Index