From 66747b641dbf66af0ed4ebaeb55e81997d4285ea Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 23 Sep 2025 12:50:06 +0200 Subject: freebsd14-msys-sciteco: disable LTO for the time being Appears to result in new problems with win-clang++. --- .fmsbw/10-freebsd14-msys-sciteco | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.fmsbw') diff --git a/.fmsbw/10-freebsd14-msys-sciteco b/.fmsbw/10-freebsd14-msys-sciteco index 9244225..f27dfa9 100755 --- a/.fmsbw/10-freebsd14-msys-sciteco +++ b/.fmsbw/10-freebsd14-msys-sciteco @@ -80,9 +80,11 @@ export CURSES_CFLAGS=-I/mingw64/include/pdcurses/ # LIBGLIB_LIBS: -lglib-2.0 -lintl -liconv -lpcre -lole32 -lws2_32 -luuid # FIXME: Once there is an --enable-lto, we should use that. #CFLAGS: -O3 -flto -DGLIB_STATIC_COMPILATION -export CFLAGS="-O3 -flto" -export CXXFLAGS="-O3 -flto" -export LDFLAGS="-flto" +#export CFLAGS="-O3 -flto" +#export CXXFLAGS="-O3 -flto" +#export LDFLAGS="-flto" +export CFLAGS="-O3" +export CXXFLAGS="-O3" # We cannot run Windows binaries automatically through Wine, # so we must still force cross-compilation with --host. -- cgit v1.2.3