[Groonga-mysql-commit] mroonga/mroonga [master] disable optimize flags.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 9月 3日 (金) 18:32:30 JST


Kouhei Sutou	2010-09-03 09:32:30 +0000 (Fri, 03 Sep 2010)

  New Revision: 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 09:21:28 +0000 (60e81cc)
+++ rpm/centos/mysql-groonga.spec.in    2010-09-03 09:32:30 +0000 (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 09:21:28 +0000 (e1b2b32)
+++ rpm/fedora/mysql-groonga.spec.in    2010-09-03 09:32:30 +0000 (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}




Groonga-mysql-commit メーリングリストの案内
Back to archive index