Run closure compiler on javascript.

This commit is contained in:
Bartosz Taudul 2022-10-02 01:02:27 +02:00
parent 75b95233ea
commit 6dd434a2d6
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 := --closure 1
include ../../../common/unix-release.mk
include build.mk