1
0
Fork 0
forked from fun/fun

Some class fixes

This commit is contained in:
Johannes Findeisen 2025-09-26 08:06:30 +02:00
commit 30de0d396e
3 changed files with 166 additions and 11 deletions

View file

@ -3,7 +3,7 @@
BUILD_DIR ?= build
CMAKE ?= cmake
# Default to a build with extra logging disabled
CMAKE_FLAGS ?= -DFUN_DEBUG=OFF
CMAKE_FLAGS ?= -DFUN_DEBUG=ON
.PHONY: all configure build fun fun_test test_opcodes clean distclean install repl run