Add cygwin optflags hack.

This commit is contained in:
Ralf Corsepius
2008-03-20 04:03:34 +00:00
parent fc7d623f77
commit 28904d4152
+4
View File
@@ -15,3 +15,7 @@
%define _exeext %{nil}
%endif
%ifos cygwin cygwin32
%define optflags -O3 -pipe -march=i486 -funroll-loops
%endif