Commit 5d34fbe1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add -O3 with mingw in the contribs.

parent b5263f9c
......@@ -196,6 +196,7 @@ case $HOST in
*mingw32*)
echo "HAVE_WIN32 = 1" >> config.mak
echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak
EXTRA_CFLAGS="-O3"
cat src/Distributions/win32.mak >> distro.mak
;;
i686-pc-cygwin)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment