added stacktrace to debug flags
This commit is contained in:
parent
a87f50eec7
commit
b54a25eec6
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ all: clean build
|
|||||||
|
|
||||||
build: $(MIN_PATH)
|
build: $(MIN_PATH)
|
||||||
|
|
||||||
debug: HAXE_FLAGS += -D webconsole --debug
|
debug: HAXE_FLAGS += -D webconsole -D error_stack --debug
|
||||||
debug: build
|
debug: build
|
||||||
|
|
||||||
$(HAXE_PATH): $(shell find src -name '*.hx')
|
$(HAXE_PATH): $(shell find src -name '*.hx')
|
||||||
|
Loading…
Reference in New Issue
Block a user