mirror of
https://github.com/restic/restic.git
synced 2025-12-09 03:34:52 +00:00
Add profile build flag
This commit is contained in:
@@ -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