Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:21:23 JST 2012
Kouhei Sutou 2010-09-03 18:32:30 +0900 (Fri, 03 Sep 2010) New Revision: 79bd11f648f2ca8fbad3201d5dd9ba3a0807f358 https://github.com/mroonga/mroonga/commit/79bd11f648f2ca8fbad3201d5dd9ba3a0807f358 Log: disable optimize flags. Modified files: rpm/centos/mysql-groonga.spec.in rpm/fedora/mysql-groonga.spec.in Modified: rpm/centos/mysql-groonga.spec.in (+2 -1) =================================================================== --- rpm/centos/mysql-groonga.spec.in 2010-09-03 18:21:28 +0900 (60e81cc) +++ rpm/centos/mysql-groonga.spec.in 2010-09-03 18:32:30 +0900 (5db7027) @@ -39,7 +39,8 @@ fi %build if [ ! -d ../mysql-%{mysql_version} ]; then - MYSQL_RPMBUILD_TEST=no rpmbuild -bc --define 'community 1' \ + MYSQL_RPMBUILD_TEST=no rpmbuild -bc \ + --define 'community 1' --define 'optflags -O0' \ ../../SPECS/mysql-%{mysql_version}.%{mysql_dist}.spec fi %configure --with-mysql=../mysql-%{mysql_version} Modified: rpm/fedora/mysql-groonga.spec.in (+2 -1) =================================================================== --- rpm/fedora/mysql-groonga.spec.in 2010-09-03 18:21:28 +0900 (e1b2b32) +++ rpm/fedora/mysql-groonga.spec.in 2010-09-03 18:32:30 +0900 (cafce9a) @@ -29,7 +29,8 @@ fi %build if [ ! -d ../mysql-%{mysql_version} ]; then - rpmbuild -bc --define 'runselftest 0' ../../SPECS/mysql.spec + rpmbuild -bc --define 'runselftest 0' --define 'optflags -O0' \ + ../../SPECS/mysql.spec fi %configure --with-mysql=../mysql-%{mysql_version} make %{?_smp_mflags} -------------- next part -------------- HTML����������������������������...다운로드