update Makefile

This commit is contained in:
Алексей Шабалин 2022-10-04 05:28:31 +03:00
parent 87e764cb69
commit 8d945c0fbf

View File

@ -1,5 +1,5 @@
include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/pkg-info.mk
#include /usr/share/dpkg/architecture.mk
#include /usr/share/dpkg/pkg-info.mk
include defines.mk
@ -8,7 +8,7 @@ GITVERSION:=$(shell git rev-parse HEAD)
SUBDIRS := etc
ifeq ($(BUILD_MODE), release)
CARGO_BUILD_ARGS += --release
CARGO_BUILD_ARGS += --release --offline
COMPILEDIR := target/release
else
COMPILEDIR := target/debug