[Groonga-commit] groonga/groonga at 6b62df1 [master] package windows: pass MEMORY_DEBUG_BUILD

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 19 11:15:40 JST 2016


Kouhei Sutou	2016-03-19 11:15:40 +0900 (Sat, 19 Mar 2016)

  New Revision: 6b62df1a70196caa11c2fc966bb7950267bca2d4
  https://github.com/groonga/groonga/commit/6b62df1a70196caa11c2fc966bb7950267bca2d4

  Message:
    package windows: pass MEMORY_DEBUG_BUILD

  Modified files:
    packages/windows/build.sh

  Modified: packages/windows/build.sh (+6 -5)
===================================================================
--- packages/windows/build.sh    2016-03-19 00:32:36 +0900 (7298019)
+++ packages/windows/build.sh    2016-03-19 11:15:40 +0900 (426e20f)
@@ -34,10 +34,11 @@ run rsync -avz tmp/download/ /tmp/download/
 . tmp/env.sh
 
 for architecture in ${ARCHITECTURES}; do
-  run rake build                                \
-      TMP_DIR="/tmp"                            \
-      VERSION="${VERSION}"                      \
-      SOURCE="${SOURCE}"                        \
-      DEBUG_BUILD="${DEBUG_BUILD}"              \
+  run rake build                                        \
+      TMP_DIR="/tmp"                                    \
+      VERSION="${VERSION}"                              \
+      SOURCE="${SOURCE}"                                \
+      DEBUG_BUILD="${DEBUG_BUILD}"                      \
+      MEMORY_DEBUG_BUILD="${MEMORY_DEBUG_BUILD}"        \
       ARCHITECTURE="${architecture}"
 done
-------------- next part --------------
HTML����������������������������...
下载 



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