Commit 73703b21 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: use -march=i686 -mtune=generic for Windows

parent e68c09ae
...@@ -215,7 +215,7 @@ case $HOST in ...@@ -215,7 +215,7 @@ case $HOST in
*mingw32*) *mingw32*)
echo "HAVE_WIN32 = 1" >> config.mak echo "HAVE_WIN32 = 1" >> config.mak
echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak
EXTRA_CFLAGS=" -O3 -mtune=pentium2" EXTRA_CFLAGS=" -O3 -march=i686 -mtune=generic"
DISTRO=win32 DISTRO=win32
;; ;;
i686-pc-cygwin) 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