From 28904d4152359aa73a6c46335de230957cf1efc4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 20 Mar 2008 04:03:34 +0000 Subject: Add cygwin optflags hack. --- contrib/crossrpms/common/common.add | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib/crossrpms/common') diff --git a/contrib/crossrpms/common/common.add b/contrib/crossrpms/common/common.add index c0f8ab01e3..bcf0ce249d 100644 --- a/contrib/crossrpms/common/common.add +++ b/contrib/crossrpms/common/common.add @@ -15,3 +15,7 @@ %define _exeext %{nil} %endif +%ifos cygwin cygwin32 +%define optflags -O3 -pipe -march=i486 -funroll-loops +%endif + -- cgit v1.2.3