Compile with link-time optimization enabled if we're using gcc

This commit is contained in:
Dianne Skoll
2022-03-22 09:18:28 -04:00
parent e651f92bd9
commit abc4f45fed
2 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -3973,7 +3973,7 @@ fi
if test "$GCC" = yes; then
CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes"
CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes -flto=auto -ffat-lto-objects"
fi
if test "$ac_cv_perlartifacts" = "yes" ; then