Skip to content

Commit 1cce7f1

Browse files
committed
Use PGO during musl builds
1 parent 7d8bb5e commit 1cce7f1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

ci-targets.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ linux:
5151
build_options:
5252
- debug
5353
- noopt
54-
- lto
54+
- pgo+lto
5555
build_options_conditional:
5656
- options:
5757
- freethreaded+debug
@@ -72,7 +72,7 @@ linux:
7272
build_options:
7373
- debug
7474
- noopt
75-
- lto
75+
- pgo+lto
7676
build_options_conditional:
7777
- options:
7878
- freethreaded+debug
@@ -93,7 +93,7 @@ linux:
9393
build_options:
9494
- debug
9595
- noopt
96-
- lto
96+
- pgo+lto
9797
build_options_conditional:
9898
- options:
9999
- freethreaded+debug
@@ -114,7 +114,7 @@ linux:
114114
build_options:
115115
- debug
116116
- noopt
117-
- lto
117+
- pgo+lto
118118
build_options_conditional:
119119
- options:
120120
- freethreaded+debug
@@ -135,7 +135,7 @@ linux:
135135
build_options:
136136
- debug
137137
- noopt
138-
- lto
138+
- pgo+lto
139139
build_options_conditional:
140140
- options:
141141
- freethreaded+debug
@@ -156,7 +156,7 @@ linux:
156156
build_options:
157157
- debug
158158
- noopt
159-
- lto
159+
- pgo+lto
160160
build_options_conditional:
161161
- options:
162162
- freethreaded+debug
@@ -262,7 +262,7 @@ linux:
262262
- lto+static
263263
- debug
264264
- noopt
265-
- lto
265+
- pgo+lto
266266
run: true
267267

268268
x86_64_v2-unknown-linux-musl:
@@ -281,7 +281,7 @@ linux:
281281
- lto+static
282282
- debug
283283
- noopt
284-
- lto
284+
- pgo+lto
285285
run: true
286286

287287
x86_64_v3-unknown-linux-musl:
@@ -300,7 +300,7 @@ linux:
300300
- lto+static
301301
- debug
302302
- noopt
303-
- lto
303+
- pgo+lto
304304
run: true
305305

306306
x86_64_v4-unknown-linux-musl:
@@ -319,7 +319,7 @@ linux:
319319
- lto+static
320320
- debug
321321
- noopt
322-
- lto
322+
- pgo+lto
323323
run: true
324324

325325
windows:

0 commit comments

Comments
 (0)