Disable closure compiler.

This commit is contained in:
Bartosz Taudul 2022-10-06 17:42:11 +02:00
parent ec0757c03a
commit b369c784a6
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

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