1
0
Fork 0
forked from fun/fun

Disabled FUN_DEBUG for now. Fun just works... ;)

This commit is contained in:
Johannes Findeisen 2025-09-17 13:07:33 +02:00
commit 2a189c83d5

View file

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