Skip to content

Commit

Permalink
pythongh-101282: Fix M4 style for BOLT configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed May 22, 2023
1 parent e295d86 commit e9597e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure

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

4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2087,7 +2087,7 @@ if test -z "${BOLT_APPLY_FLAGS}"
then
AS_VAR_SET(
[BOLT_APPLY_FLAGS],
[m4_join([ ],
["m4_join([ ],
[-update-debug-sections],
[-reorder-blocks=ext-tsp],
[-reorder-functions=hfsort+],
Expand All @@ -2103,7 +2103,7 @@ then
[-dyno-stats],
[-use-gnu-stack],
[-frame-opt=hot]
)]
)"]
)
fi
AC_MSG_RESULT([$BOLT_APPLY_FLAGS])
Expand Down

0 comments on commit e9597e5

Please sign in to comment.