update Makefile
This commit is contained in:
parent
87e764cb69
commit
8d945c0fbf
6
Makefile
6
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user