From da0d00390cdcf271da3ca8c33d08a70172dced81 Mon Sep 17 00:00:00 2001 From: "C. Guy Yarvin" Date: Wed, 27 Sep 2017 10:37:03 -0700 Subject: [PATCH] No debug. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 021c10fa0c..a4b0eb111a 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ endif INCLUDE=include MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN) -DEBUG=yes +DEBUG=no ifeq ($(DEBUG),yes) CFLAGS=-g