Disable debug_package for cygwin.

This commit is contained in:
Ralf Corsepius
2008-03-20 07:01:06 +00:00
parent 8e8614442b
commit f9dff196e8

View File

@@ -18,5 +18,6 @@
%ifos cygwin cygwin32
%define optflags -O3 -pipe -march=i486 -funroll-loops
%define _libdir %{_exec_prefix}/lib
%define debug_package %{nil}
%endif