mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
build(ci): implement PGO (#1812)
* build(ci): implement pgo Implement PGO (performance guided optimizations) for Go builds.
This commit is contained in:
parent
fc137f2077
commit
50f1e4e7d5
5 changed files with 199 additions and 14 deletions
|
@ -8,6 +8,8 @@ builds:
|
|||
- id: autobrr
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
flags:
|
||||
- -pgo=cpu.pprof
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue