From f34cc9d9179dd4c95be38cdafeff45910f904b69 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 8 Sep 2004 16:38:00 +0000 Subject: [PATCH] optimize rpms for i686 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index aca30bd..0dff647 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,4 +22,4 @@ dist-hook: rpm: make dist cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/rpm/SOURCES - rpm -ba --clean isync.spec + CFLAGS="-O2 -mcpu=i686" rpm -ba --clean isync.spec