forked from TrueCloudLab/restic
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…
Add table
Reference in a new issue