diff --git a/cmd/restic/global_debug.go b/cmd/restic/global_debug.go index bc6a51993..6f04d047b 100644 --- a/cmd/restic/global_debug.go +++ b/cmd/restic/global_debug.go @@ -1,4 +1,4 @@ -// +build debug +// +build debug profile package main diff --git a/cmd/restic/global_release.go b/cmd/restic/global_release.go index 04c7cba31..f17d99639 100644 --- a/cmd/restic/global_release.go +++ b/cmd/restic/global_release.go @@ -1,4 +1,4 @@ -// +build !debug +// +build !debug,!profile package main