From 74dcf41f2588a95b8b0ae936525f27549e9928bc Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Thu, 12 Oct 2017 20:14:48 +0200 Subject: [PATCH] Disable 'dump' for non-debug builds --- cmd/restic/cmd_dump.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/restic/cmd_dump.go b/cmd/restic/cmd_dump.go index b63e2d1ad..9fe500ac6 100644 --- a/cmd/restic/cmd_dump.go +++ b/cmd/restic/cmd_dump.go @@ -1,4 +1,4 @@ -// xbuild debug +// +build debug package main