From 76b36b597edb70ffaf96f046076adc20d67e7827 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 12 Jan 2025 16:33:46 +0100 Subject: [PATCH] Update Makefile --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index 54621d5..2ca6127 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -233,7 +233,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB) # --preload-file resources # specify a resources folder for data compilation # --source-map-base # allow debugging in browser with source map # --shell-file shell.html # define a custom shell .html and output extension - CFLAGS += -Os -sUSE_GLFW=3 -sFORCE_FILESYSTEM=1 -sASYNCIFY --preload-file $(dir $<)resources@resources + CFLAGS += -Os -sUSE_GLFW=3 -sFORCE_FILESYSTEM=1 -sASYNCIFY --preload-file $(dir $<)resources@resources -sMINIFY_HTML=0 ifeq ($(BUILD_MODE), DEBUG) CFLAGS += -sASSERTIONS=1 --profiling endif