File tree 2 files changed +18
-19
lines changed
2 files changed +18
-19
lines changed Original file line number Diff line number Diff line change @@ -2087,23 +2087,23 @@ if test -z "${BOLT_APPLY_FLAGS}"
2087
2087
then
2088
2088
AS_VAR_SET (
2089
2089
[ BOLT_APPLY_FLAGS] ,
2090
- [ m4_join ( [ ] ,
2091
- [ -update-debug-sections] ,
2092
- [ -reorder-blocks=ext-tsp] ,
2093
- [ -reorder-functions=hfsort+] ,
2094
- [ -split-functions] ,
2095
- [ -icf=1] ,
2096
- [ -inline-all] ,
2097
- [ -split-eh] ,
2098
- [ -reorder-functions-use-hot-size] ,
2099
- [ -peepholes=none] ,
2100
- [ -jump-tables=aggressive] ,
2101
- [ -inline-ap] ,
2102
- [ -indirect-call-promotion=all] ,
2103
- [ -dyno-stats] ,
2104
- [ -use-gnu-stack] ,
2105
- [ -frame-opt=hot]
2106
- ) ]
2090
+ [ m4_normalize ( "
2091
+ - update-debug-sections
2092
+ - reorder-blocks=ext-tsp
2093
+ - reorder-functions=hfsort+
2094
+ - split-functions
2095
+ - icf=1
2096
+ - inline-all
2097
+ - split-eh
2098
+ - reorder-functions-use-hot-size
2099
+ - peepholes=none
2100
+ - jump-tables=aggressive
2101
+ - inline-ap
2102
+ - indirect-call-promotion=all
2103
+ - dyno-stats
2104
+ - use-gnu-stack
2105
+ - frame-opt=hot
2106
+ " ) ]
2107
2107
)
2108
2108
fi
2109
2109
AC_MSG_RESULT ( [ $BOLT_APPLY_FLAGS] )
You can’t perform that action at this time.
0 commit comments