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-08 15:54:54 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-10-08 15:54:54 +0300
commit17d3ac0141e61d0477ba16632bae9809f2d85fc9 (patch)
tree98f51827268d341b9aeee9b6a56bc680a57ed96f /profiler
parent63743f2760172fb4eee48b39df4b29658294f28a (diff)
Disable assertions in release builds.
Diffstat (limited to 'profiler')
-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..0412c8e0 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 := -sASSERTIONS=0
include ../../../common/unix-release.mk
include build.mk