diff --git a/Makefile b/Makefile index a88e54e..06701bb 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ UNPACK_POLYFILLED_PATH := $(BUILD_DIR)/$(UNPACK_POLYFILLED_NAME) all: clean build unpack -build: HAXE_FLAGS += -D analyzer-optimize +build: HAXE_FLAGS += -D analyzer-optimize -D no-traces build: $(MIN_PATH) debug: HAXE_FLAGS += -D webconsole -D error_stack --debug