mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-26 01:34:23 +01:00
Merge pull request #68 from yyyeerbo/wip
rust-agent: Set BUILDTYPE to debug.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user