From 2a189c83d5be801028b11ad80908a934c0210950 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Wed, 17 Sep 2025 13:07:33 +0200 Subject: [PATCH] Disabled FUN_DEBUG for now. Fun just works... ;) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8cf6fa2..c4aa3ff 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ BUILD_DIR ?= build CMAKE ?= cmake # Default to a debug build with extra logging enabled -CMAKE_FLAGS ?= -DFUN_DEBUG=ON +CMAKE_FLAGS ?= -DFUN_DEBUG=OFF .PHONY: all configure build fun fun_test test_opcodes clean distclean install repl run