mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-01 09:42:45 +00:00
Merge pull request #68 from yyyeerbo/wip
rust-agent: Set BUILDTYPE to debug.
This commit is contained in:
commit
d045169476
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user