Files

12 lines
412 B
Plaintext
Raw Permalink Normal View History

2023-01-11 19:40:17 +00:00
--- configure.orig 2022-12-07 13:31:07 UTC
+++ configure
2023-01-11 19:40:17 +00:00
@@ -7630,7 +7630,7 @@ if test "$Py_LTO" = 'true' ; then
if test "$Py_LTO" = 'true' ; then
case $CC in
- *clang*)
+ *clang*|cc)
2023-01-11 19:40:17 +00:00
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; }