From 53354d3db94fddf97269dc38c28dffb1d79b9bed Mon Sep 17 00:00:00 2001 From: hanez Date: Wed, 17 Sep 2025 13:12:50 +0200 Subject: [PATCH] Comment fix because of setting FUN_DEBUG=OFF. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4aa3ff..ea36125 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ BUILD_DIR ?= build CMAKE ?= cmake -# Default to a debug build with extra logging enabled +# Default to a build with extra logging disabled CMAKE_FLAGS ?= -DFUN_DEBUG=OFF .PHONY: all configure build fun fun_test test_opcodes clean distclean install repl run