aboutsummaryrefslogtreecommitdiffhomepage
path: root/.fmsbw/10-freebsd14-msys-sciteco
diff options
context:
space:
mode:
Diffstat (limited to '.fmsbw/10-freebsd14-msys-sciteco')
-rwxr-xr-x.fmsbw/10-freebsd14-msys-sciteco8
1 files changed, 5 insertions, 3 deletions
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.