mirror of
https://github.com/restic/restic.git
synced 2025-08-14 00:27:41 +00:00
Add profile build flag
This commit is contained in:
cmd/restic
@@ -1,4 +1,4 @@
|
||||
// +build debug
|
||||
// +build debug profile
|
||||
|
||||
package main
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// +build !debug
|
||||
// +build !debug,!profile
|
||||
|
||||
package main
|
||||
|
||||
|
Reference in New Issue
Block a user