Skip to content

Commit

Permalink
pythongh-101282: Enclose BOLT_APPLY_FLAGS value in double quotes (pyt…
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed May 24, 2023
1 parent c8cf9b4 commit c437851
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
3 changes: 1 addition & 2 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2087,23 +2087,23 @@ if test -z "${BOLT_APPLY_FLAGS}"
then
AS_VAR_SET(
[BOLT_APPLY_FLAGS],
[m4_join([ ],
[-update-debug-sections],
[-reorder-blocks=ext-tsp],
[-reorder-functions=hfsort+],
[-split-functions],
[-icf=1],
[-inline-all],
[-split-eh],
[-reorder-functions-use-hot-size],
[-peepholes=none],
[-jump-tables=aggressive],
[-inline-ap],
[-indirect-call-promotion=all],
[-dyno-stats],
[-use-gnu-stack],
[-frame-opt=hot]
)]
[m4_normalize("
-update-debug-sections
-reorder-blocks=ext-tsp
-reorder-functions=hfsort+
-split-functions
-icf=1
-inline-all
-split-eh
-reorder-functions-use-hot-size
-peepholes=none
-jump-tables=aggressive
-inline-ap
-indirect-call-promotion=all
-dyno-stats
-use-gnu-stack
-frame-opt=hot
")]
)
fi
AC_MSG_RESULT([$BOLT_APPLY_FLAGS])
Expand Down

0 comments on commit c437851

Please sign in to comment.