Disable assertions in release builds.

This commit is contained in:
Bartosz Taudul 2022-10-08 14:54:54 +02:00
parent 63743f2760
commit 17d3ac0141
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -4,6 +4,7 @@ CFLAGS += -flto
endif
DEFINES := -DNDEBUG
BUILD := release
LIBS := -sASSERTIONS=0
include ../../../common/unix-release.mk
include build.mk