1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Disable assertions in release builds.

This commit is contained in:
Bartosz Taudul
2022-10-08 14:54:54 +02:00
parent 63743f2760
commit 17d3ac0141
+1
View File
@@ -4,6 +4,7 @@ CFLAGS += -flto
endif
DEFINES := -DNDEBUG
BUILD := release
LIBS := -sASSERTIONS=0
include ../../../common/unix-release.mk
include build.mk