[Demudi-commits] r1067 - libgig/trunk/debian

Free Ekanayaka free-guest at alioth.debian.org
Sat Feb 17 12:25:17 CET 2007


Author: free-guest
Date: 2007-02-17 12:25:12 +0100 (Sat, 17 Feb 2007)
New Revision: 1067

Modified:
   libgig/trunk/debian/changelog
   libgig/trunk/debian/rules
Log:
* Compile with Athlon optimization

Modified: libgig/trunk/debian/changelog
===================================================================
--- libgig/trunk/debian/changelog	2007-02-12 10:17:16 UTC (rev 1066)
+++ libgig/trunk/debian/changelog	2007-02-17 11:25:12 UTC (rev 1067)
@@ -1,3 +1,9 @@
+libgig (3.1.0-2) UNRELEASED; urgency=low
+
+  * Compile with Athlon optimization
+
+ -- Free Ekanayaka <freee at debian.org>  Fri, 16 Feb 2007 12:35:10 +0000
+
 libgig (3.1.0-1) UNRELEASED; urgency=low
 
   [ Christian Schoenebeck ]

Modified: libgig/trunk/debian/rules
===================================================================
--- libgig/trunk/debian/rules	2007-02-12 10:17:16 UTC (rev 1066)
+++ libgig/trunk/debian/rules	2007-02-17 11:25:12 UTC (rev 1067)
@@ -20,7 +20,7 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-export CFLAGS = -Wall -O2 -g
+CFLAGS = -Wall -g -O3 -march=athlon -mmmx -msse -ffast-math -funroll-loops -fomit-frame-pointer -fpermissive -mfpmath=sse
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -g




More information about the Demudi-commits mailing list