Disabled FUN_DEBUG for now. Fun just works... ;)
This commit is contained in:
parent
2b043fbad0
commit
2a189c83d5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@
|
||||||
BUILD_DIR ?= build
|
BUILD_DIR ?= build
|
||||||
CMAKE ?= cmake
|
CMAKE ?= cmake
|
||||||
# Default to a debug build with extra logging enabled
|
# 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
|
.PHONY: all configure build fun fun_test test_opcodes clean distclean install repl run
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue