blob: d9ab11042299fef492afced9677c3954f7bb8771 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2022-11-02 01:26:00 UTC
+++ configure
@@ -7704,7 +7704,7 @@ if test "$Py_LTO" = 'true' ; then
if test "$Py_LTO" = 'true' ; then
case $CC in
- *clang*)
+ *clang*|cc)
LDFLAGS_NOLTO="-fno-lto"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -flto=thin" >&5
$as_echo_n "checking whether C compiler accepts -flto=thin... " >&6; }
|