mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Disable assertions in release builds.
This commit is contained in:
parent
63743f2760
commit
17d3ac0141
@ -4,6 +4,7 @@ CFLAGS += -flto
|
|||||||
endif
|
endif
|
||||||
DEFINES := -DNDEBUG
|
DEFINES := -DNDEBUG
|
||||||
BUILD := release
|
BUILD := release
|
||||||
|
LIBS := -sASSERTIONS=0
|
||||||
|
|
||||||
include ../../../common/unix-release.mk
|
include ../../../common/unix-release.mk
|
||||||
include build.mk
|
include build.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user