From 628aef06e39ed3ad02006650034500f8009358d7 Mon Sep 17 00:00:00 2001 From: Niklas Kapelle Date: Sat, 17 Aug 2024 00:55:52 +0200 Subject: [PATCH] oops --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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