File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6753,7 +6753,7 @@ $as_echo "$as_me: llvm-ar found via xcrun: ${LLVM_AR}" >&6;}
6753
6753
case $ac_sys_system in
6754
6754
Darwin*)
6755
6755
# Any changes made here should be reflected in the GCC+Darwin case below
6756
- if test $Py_LTO_POLICY = ' default'
6756
+ if test $Py_LTO_POLICY = default
6757
6757
then
6758
6758
LTOFLAGS="-flto -Wl,-export_dynamic"
6759
6759
LTOCFLAGS="-flto"
@@ -6763,11 +6763,11 @@ $as_echo "$as_me: llvm-ar found via xcrun: ${LLVM_AR}" >&6;}
6763
6763
fi
6764
6764
;;
6765
6765
*)
6766
- if test $Py_LTO_POLICY = ' default'
6766
+ if test $Py_LTO_POLICY = default
6767
6767
then
6768
6768
LTOFLAGS="-flto"
6769
6769
else
6770
- LTOFLAGS="-flto={Py_LTO_POLICY}"
6770
+ LTOFLAGS="-flto=$ {Py_LTO_POLICY}"
6771
6771
fi
6772
6772
;;
6773
6773
esac
Original file line number Diff line number Diff line change @@ -1423,7 +1423,7 @@ if test "$Py_LTO" = 'true' ; then
1423
1423
case $ac_sys_system in
1424
1424
Darwin*)
1425
1425
# Any changes made here should be reflected in the GCC+Darwin case below
1426
- if test $Py_LTO_POLICY = ' default'
1426
+ if test $Py_LTO_POLICY = default
1427
1427
then
1428
1428
LTOFLAGS="-flto -Wl,-export_dynamic"
1429
1429
LTOCFLAGS="-flto"
@@ -1433,11 +1433,11 @@ if test "$Py_LTO" = 'true' ; then
1433
1433
fi
1434
1434
;;
1435
1435
*)
1436
- if test $Py_LTO_POLICY = ' default'
1436
+ if test $Py_LTO_POLICY = default
1437
1437
then
1438
1438
LTOFLAGS="-flto"
1439
1439
else
1440
- LTOFLAGS="-flto={Py_LTO_POLICY}"
1440
+ LTOFLAGS="-flto=$ {Py_LTO_POLICY}"
1441
1441
fi
1442
1442
;;
1443
1443
esac
You can’t perform that action at this time.
0 commit comments