Skip to content

Commit f7d11ed

Browse files
zaniebmiss-islington
authored andcommitted
pythongh-128456: Use '-reorder-functions=cdsort' for BOLT builds (pythonGH-128457)
'hfsort+' is deprecated in favor of 'cdsort'. (cherry picked from commit 4974bbd) Co-authored-by: Zanie Blue <contact@zanie.dev>
1 parent e440459 commit f7d11ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,7 @@ then
21272127
[m4_normalize("
21282128
-update-debug-sections
21292129
-reorder-blocks=ext-tsp
2130-
-reorder-functions=hfsort+
2130+
-reorder-functions=cdsort
21312131
-split-functions
21322132
-icf=1
21332133
-inline-all

0 commit comments

Comments
 (0)