1
0
Fork 0
forked from fun/fun

Comment fix because of setting FUN_DEBUG=OFF.

This commit is contained in:
Johannes Findeisen 2025-09-17 13:12:50 +02:00
commit 53354d3db9

View file

@ -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