Skip to content

Commit cef08e0

Browse files
authored
Add the suggestion from #78 (#101)
1 parent 2a4c591 commit cef08e0

File tree

1 file changed

+2
-1
lines changed
  • c-dependencies/js-compute-runtime

1 file changed

+2
-1
lines changed

c-dependencies/js-compute-runtime/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ WIZER ?= wizer
44

55
CXX_OPT ?= -O2
66

7-
ifdef DEBUG
7+
DEBUG ?= false
8+
ifneq ($(DEBUG),false)
89
MODE := debug
910
CARGO_FLAG :=
1011
CXX_OPT := $(CXX_OPT) -DDEBUG -DJS_DEBUG

0 commit comments

Comments
 (0)