1
0
Fork 0
forked from fun/fun

Added private methods and some more type fixes.

This commit is contained in:
Johannes Findeisen 2025-09-26 09:13:32 +02:00
commit 2e8bd52b01
4 changed files with 195 additions and 22 deletions

View file

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