sing-box/cmd/sing-box/debug_stub.go
2022-08-11 12:42:17 +08:00

8 lines
85 B
Go

//go:build debug && !linux
package main
func rusageMaxRSS() float64 {
return -1
}