Comment fix because of setting FUN_DEBUG=OFF.
This commit is contained in:
parent
2a189c83d5
commit
53354d3db9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
BUILD_DIR ?= build
|
BUILD_DIR ?= build
|
||||||
CMAKE ?= cmake
|
CMAKE ?= cmake
|
||||||
# Default to a debug build with extra logging enabled
|
# Default to a build with extra logging disabled
|
||||||
CMAKE_FLAGS ?= -DFUN_DEBUG=OFF
|
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