瀏覽代碼

Remove explicit pgo

tags/v2.2.3^2^2^2
9seconds 1 月之前
父節點
當前提交
d5a118f125
共有 1 個檔案被更改,包括 0 行新增4 行删除
  1. 0
    4
      .goreleaser.yml

+ 0
- 4
.goreleaser.yml 查看文件

@@ -32,7 +32,6 @@ builds:
32 32
     flags:
33 33
       - -trimpath
34 34
       - -mod=readonly
35
-      - -pgo=auto
36 35
     ldflags: -s -w -X main.version={{ .Version }}
37 36
     ignore:
38 37
       - goos: darwin
@@ -63,7 +62,6 @@ builds:
63 62
     flags:
64 63
       - -trimpath
65 64
       - -mod=readonly
66
-      - -pgo=auto
67 65
     ldflags: -s -w -X main.version={{ .Version }}
68 66
   - id: arm64-v9
69 67
     binary: '{{ .ProjectName }}'
@@ -79,7 +77,6 @@ builds:
79 77
     flags:
80 78
       - -trimpath
81 79
       - -mod=readonly
82
-      - -pgo=auto
83 80
     ldflags: -s -w -X main.version={{ .Version }}
84 81
   - id: amd64-v3
85 82
     binary: '{{ .ProjectName }}'
@@ -99,7 +96,6 @@ builds:
99 96
     flags:
100 97
       - -trimpath
101 98
       - -mod=readonly
102
-      - -pgo=auto
103 99
     ldflags: -s -w -X main.version={{ .Version }}
104 100
 
105 101
 archives:

Loading…
取消
儲存