From 6b9919ddf586d6aae20756c0e035a8e41352a068 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Wed, 15 Jul 2020 17:49:51 -0400 Subject: [PATCH] chore: comment out debug flag --- runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Makefile b/runtime/Makefile index f9710ed..2febed0 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -13,7 +13,7 @@ USE_MEM = USE_MEM_VM CFLAGS = ${OPTFLAGS} -D${USE_MEM} -I${INC} -pthread CFLAGS += -D${ARCH} CFILES += ${RTDIR}/arch/${ARCH}/*.c -CFLAGS += -DDEBUG +# CFLAGS += -DDEBUG CFLAGS += -D_GNU_SOURCE #CFLAGS += -DLOG_TO_FILE #CFLAGS += -DUSE_HTTP_UVIO #-DUSE_HTTP_SYNC