From 613310d4c5c1425b5204986dca8fd0ee1f196ef9 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Thu, 11 Nov 2021 11:31:18 -0500 Subject: [PATCH] chore: disable debug flag --- runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Makefile b/runtime/Makefile index 5f04599..223f174 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -56,7 +56,7 @@ BINARY_NAME=sledgert # This adds an array of sandbox states to all sandbox structs and appends states at each transition # The history trucates when the number of elements equal SANDBOX_STATE_HISTORY_CAPACITY -CFLAGS += -DLOG_STATE_CHANGES +# CFLAGS += -DLOG_STATE_CHANGES # This dumps per module *.csv files containing the cycle a sandbox has been in RUNNING when each