diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 6e1edf96..9bb3a1a3 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ CFLAGS = -g -Wall -O2 -DCONFIG_VERSION=\"$(shell cat lib/quickjs/VERSION)\" .PHONY: debug debug: lib/libquickjs.a $(OBJDIR)/debug/ - $(NIMC) $(FLAGS) --nimcache:$(OBJDIR)/debug -d:debug $(FILES) + $(NIMC) $(FLAGS) --nimcache:$(OBJDIR)/debug --debugger:native -d:debug $(FILES) .PHONY: debug0 debug0: lib/libquickjs.a $(OBJDIR)/debug0/ |