Navigation Menu

Skip to content

Commit

Permalink
disable optimize flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 3, 2010
1 parent 1ef980f commit 79bd11f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rpm/centos/mysql-groonga.spec.in
Expand Up @@ -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}
Expand Down
3 changes: 2 additions & 1 deletion rpm/fedora/mysql-groonga.spec.in
Expand Up @@ -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}
Expand Down

0 comments on commit 79bd11f

Please sign in to comment.