Add profile build flag

This commit is contained in:
Alexander Neumann 2018-04-29 15:42:05 +02:00
parent 4ba8d40282
commit d926b9fd80
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build debug
// +build debug profile
package main

View File

@ -1,4 +1,4 @@
// +build !debug
// +build !debug,!profile
package main