Commit bcd6f556 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: Use mtune=pentium2 for Windows

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