This commit is contained in:
Niklas Kapelle 2024-08-17 00:55:52 +02:00
parent 2603527b67
commit 628aef06e3
Signed by: niklas
GPG Key ID: 4EB651B36D841D16

View File

@ -22,7 +22,7 @@ UNPACK_POLYFILLED_PATH := $(BUILD_DIR)/$(UNPACK_POLYFILLED_NAME)
all: clean build unpack all: clean build unpack
build: HAXE_FLAGS += -D analyzer-optimize build: HAXE_FLAGS += -D analyzer-optimize -D no-traces
build: $(MIN_PATH) build: $(MIN_PATH)
debug: HAXE_FLAGS += -D webconsole -D error_stack --debug debug: HAXE_FLAGS += -D webconsole -D error_stack --debug