Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-10-02 02:02:27 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-10-02 02:02:27 +0300
commit6dd434a2d69bd6440e8b9358db007d560faff6c7 (patch)
tree792f000832d508d197f374e3caf1ac770cd15a1d
parent75b95233ea700646c1bf1b7552a5fe99363971b0 (diff)
Run closure compiler on javascript.
-rw-r--r--profiler/build/wasm/release.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiler/build/wasm/release.mk b/profiler/build/wasm/release.mk
index 2d57ab34..ef180871 100644
--- a/profiler/build/wasm/release.mk
+++ b/profiler/build/wasm/release.mk
@@ -4,6 +4,7 @@ CFLAGS += -flto
endif
DEFINES := -DNDEBUG
BUILD := release
+LIBS := --closure 1
include ../../../common/unix-release.mk
include build.mk