diff --git a/cmd/restic/global_debug.go b/cmd/restic/global_debug.go index bc6a5199..6f04d047 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 04c7cba3..f17d9963 100644 --- a/cmd/restic/global_release.go +++ b/cmd/restic/global_release.go @@ -1,4 +1,4 @@ -// +build !debug +// +build !debug,!profile package main