fix build on Windows

This commit is contained in:
Nicola Murino
2020-12-18 16:22:52 +01:00
parent bcf0fa073e
commit 1ac610da1a
3 changed files with 1 additions and 4 deletions

View File

@@ -90,8 +90,5 @@ func getCustomServeFlags() []string {
if logCompress != defaultLogCompress {
result = append(result, "--"+logCompressFlag+"=true")
}
if profiler != defaultProfiler {
result = append(result, "--"+profilerFlag+"=true")
}
return result
}