Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpython-unix/patch-configure-bolt-apply-flags-128514.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ index ee034e5a962..f1a69b7d4a7 100644
-reorder-blocks=ext-tsp
-reorder-functions=cdsort
-split-functions
+ -split-strategy=cdsplit
+ -split-strategy=profile2
-icf=1
-inline-all
-split-eh
2 changes: 1 addition & 1 deletion cpython-unix/patch-configure-bolt-icf-safe.patch
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ index 8d939f07505..25737e3f9d6 100644
-reorder-blocks=ext-tsp
-reorder-functions=cdsort
-split-functions
-split-strategy=cdsplit
-split-strategy=profile2
- -icf=1
+ ${py_bolt_icf_flag}
-inline-all
Expand Down