mirror of
https://github.com/restic/restic.git
synced 2026-01-18 21:04:30 -05:00
Add profile build flag
This commit is contained in:
parent
4ba8d40282
commit
d926b9fd80
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// +build debug
|
||||
// +build debug profile
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// +build !debug
|
||||
// +build !debug,!profile
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue