Kouhei Sutou
null+****@clear*****
Mon Nov 17 10:59:28 JST 2014
Kouhei Sutou 2014-11-17 10:59:28 +0900 (Mon, 17 Nov 2014) New Revision: 9fb394de930f0db4b1e878b5ca77ce2910a48094 https://github.com/groonga/packages.groonga.org/commit/9fb394de930f0db4b1e878b5ca77ce2910a48094 Message: Specify debug build options for each build Modified files: ansible/files/create-snapshot-package.sh Modified: ansible/files/create-snapshot-package.sh (+4 -2) =================================================================== --- ansible/files/create-snapshot-package.sh 2014-11-17 10:58:05 +0900 (e03cbfb) +++ ansible/files/create-snapshot-package.sh 2014-11-17 10:59:28 +0900 (a92aabe) @@ -75,7 +75,6 @@ create_nightly_build() { run mkdir -p ${project_name}.build run cd ${project_name}.build run ../${project_name}/configure \ - CFLAGS="-O0" CXXFLAGS="-O0" \ --prefix=$HOME/work/nightly \ "$@" \ > configure.log @@ -132,13 +131,16 @@ package_mariadb_with_mroonga() { } create_nightly_build groonga groonga yes \ + --enable-debug \ --without-cutter \ --enable-document \ --with-ruby \ --enable-mruby -create_nightly_build groonga groonga-normalizer-mysql yes +create_nightly_build groonga groonga-normalizer-mysql yes \ + CFLAGS="-O0" CXXFLAGS="-O0" build_mysql create_nightly_build mroonga mroonga no \ + --with-debug \ --without-cutter \ --enable-document \ --with-mysql-source="$HOME/work/${mysql_base}" \ -------------- next part -------------- HTML����������������������������...Download