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)
|
||||
|
||||
debug: HAXE_FLAGS += -D webconsole --debug
|
||||
debug: HAXE_FLAGS += -D webconsole -D error_stack --debug
|
||||
debug: build
|
||||
|
||||
$(HAXE_PATH): $(shell find src -name '*.hx')
|
||||
|
Loading…
x
Reference in New Issue
Block a user