diff options
author | Dong-hee Na <donghee.na@python.org> | 2023-05-24 10:47:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 10:47:07 (GMT) |
commit | b151660883864392c0e37972efde232b46a36589 (patch) | |
tree | 12aec3e4f407a706e8c1cb89c108e4fd1f64a057 /configure | |
parent | 3d2ed8991f9f0f4bbefe4c6f5c8bbbb92259bac6 (diff) | |
download | cpython-b151660883864392c0e37972efde232b46a36589.zip cpython-b151660883864392c0e37972efde232b46a36589.tar.gz cpython-b151660883864392c0e37972efde232b46a36589.tar.bz2 |
[3.12] gh-101282: Enclose BOLT_APPLY_FLAGS value in double quotes (gh… (gh-104853)
[3.12] gh-101282: Enclose BOLT_APPLY_FLAGS value in double quotes (gh-104752)
(cherry picked from commit c43785192c97698a0217a680b30baae22106ed3e)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8398,8 +8398,7 @@ $as_echo "$BOLT_INSTRUMENT_FLAGS" >&6; } $as_echo_n "checking BOLT_APPLY_FLAGS... " >&6; } if test -z "${BOLT_APPLY_FLAGS}" then - BOLT_APPLY_FLAGS=-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 - + BOLT_APPLY_FLAGS=" -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 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BOLT_APPLY_FLAGS" >&5 |