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/228ae0880283
branches:  trunk
changeset: 942595:228ae0880283
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 c4623b3f4175 -r 228ae0880283 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