X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=tools%2Fmake-windows-release;h=3e3546d195150d603ae5e3ea2d4f4fc0dcd68ad9;hp=39e31ed00db7a7d66f1ed37564ee3aba1ed33064;hb=fd49c16d9dc87317408bc43b9fdc84bd5a0171f8;hpb=6c04f143b1c136e475bf3945bda2d9d18edad0b6 diff --git a/tools/make-windows-release b/tools/make-windows-release index 39e31ed0..3e3546d1 100755 --- a/tools/make-windows-release +++ b/tools/make-windows-release @@ -55,10 +55,10 @@ then # http://www.gnu.org/software/libtool/manual/libtool.html#Stripped-link-flags ./configure --host=${ARCH}-w64-mingw32 --disable-static \ CC="${ARCH}-w64-mingw32-gcc -static-libgcc" \ - CFLAGS="-O2 -Wall" \ CPPFLAGS="-I$SYSROOT/include" \ LDFLAGS="-L$SYSROOT/lib" \ PKG_CONFIG_PATH="$SYSROOT/lib/pkgconfig" \ + --without-libcrypto \ $extra_args $MAKE clean fi