File tree Expand file tree Collapse file tree 2 files changed +18
-19
lines changed Expand file tree Collapse file tree 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}"
20872087then
20882088 AS_VAR_SET (
20892089 [ 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+ " ) ]
21072107 )
21082108fi
21092109AC_MSG_RESULT ( [ $BOLT_APPLY_FLAGS] )
You can’t perform that action at this time.
0 commit comments