Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
gh-101282: Fix M4 style for BOLT configuration
  • Loading branch information
corona10 committed May 22, 2023
commit e9597e572db084cb5fb0eb6b4f981bdcb7f57031
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([ ],
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated
[-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