[Groonga-commit] ranguba/rroonga at 7ac4ca1 [master] windows: disable debug flags

Back to archive index

Masafumi Yokoyama null+****@clear*****
Sat Oct 4 14:05:57 JST 2014


Masafumi Yokoyama	2014-10-04 14:05:57 +0900 (Sat, 04 Oct 2014)

  New Revision: 7ac4ca1f32bc92b6d728b3dd64448beb1dbfb6c8
  https://github.com/ranguba/rroonga/commit/7ac4ca1f32bc92b6d728b3dd64448beb1dbfb6c8

  Message:
    windows: disable debug flags

  Modified files:
    build/windows/build-functions.sh
    build/windows/user-build.sh

  Modified: build/windows/build-functions.sh (+2 -2)
===================================================================
--- build/windows/build-functions.sh    2014-10-03 10:12:52 +0900 (756e0e1)
+++ build/windows/build-functions.sh    2014-10-04 14:05:57 +0900 (1a6345f)
@@ -31,9 +31,9 @@ function install_rake_compiler_cross_ruby() {
 function cross_compile() {
     bundle exec rake clean:groonga
     rbenv local $RUBY19
-    bundle exec rake RUBY_CC_VERSION=$CROSS_TERGET MAKE_N_JOBS=$CPU_NUMS cross clean native gem
+    bundle exec rake RUBY_CC_VERSION=$CROSS_TERGET MAKE_N_JOBS=$CPU_NUMS MAKE="make $MAKE_OPTIONS" cross clean native gem
     bundle exec rake clean:groonga
-    bundle exec rake RUBY_CC_VERSION=$CROSS_TERGET MAKE_N_JOBS=$CPU_NUMS RROONGA_USE_GROONGA_X64=true cross clean native gem
+    bundle exec rake RUBY_CC_VERSION=$CROSS_TERGET MAKE_N_JOBS=$CPU_NUMS MAKE="make $MAKE_OPTIONS" RROONGA_USE_GROONGA_X64=true cross clean native gem
 }
 
 function cp_pkg_gems() {

  Modified: build/windows/user-build.sh (+1 -0)
===================================================================
--- build/windows/user-build.sh    2014-10-03 10:12:52 +0900 (08c89ee)
+++ build/windows/user-build.sh    2014-10-04 14:05:57 +0900 (38482dc)
@@ -6,6 +6,7 @@ readonly RUBY21="2.1.3"
 readonly CROSS_TERGET="1.9.3:2.0.0:2.1.3"
 readonly PKG_GEMS="/vagrant/pkg"
 readonly CPU_NUMS=`cat /proc/cpuinfo |grep processor|wc -l`
+readonly MAKE_OPTIONS="debugflags="
 
 if [ ! -d ~/.rbenv ]; then
     git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index