Merge pull request #68 from yyyeerbo/wip

rust-agent: Set BUILDTYPE to debug.
This commit is contained in:
Yang Bo 2019-11-01 19:16:42 +08:00 committed by GitHub
commit d045169476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ COMMIT_MSG = $(if $(COMMIT),$(COMMIT),unknown)
# Exported to allow cargo to see it
export VERSION_COMMIT := $(if $(COMMIT),$(VERSION)-$(COMMIT),$(VERSION))
BUILD_TYPE = release
BUILD_TYPE = debug
ARCH = $(shell uname -m)
LIBC = musl