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