[Groonga-mysql-commit] mroonga/mroonga at 0497775 [master] package windows: use bundled LZ4

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 27 22:45:29 JST 2016


Kouhei Sutou	2016-02-27 22:45:29 +0900 (Sat, 27 Feb 2016)

  New Revision: 04977756af46b3ed95c75c83336ede6d0730d17e
  https://github.com/mroonga/mroonga/commit/04977756af46b3ed95c75c83336ede6d0730d17e

  Message:
    package windows: use bundled LZ4

  Modified files:
    packages/windows/build-vc2013-zip-32.bat
    packages/windows/build-vc2013-zip-64.bat
    packages/windows/build-vc2015-zip-32.bat
    packages/windows/build-vc2015-zip-64.bat

  Modified: packages/windows/build-vc2013-zip-32.bat (+1 -0)
===================================================================
--- packages/windows/build-vc2013-zip-32.bat    2016-02-27 22:44:46 +0900 (dd5444c)
+++ packages/windows/build-vc2013-zip-32.bat    2016-02-27 22:45:29 +0900 (280cfa9)
@@ -4,6 +4,7 @@ cd build-vc2013-zip-32
 cmake ..\source -G "Visual Studio 12 2013" ^
   -DMRN_GROONGA_EMBED=OFF ^
   -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF ^
+  -DGRN_WITH_BUNDLED_LZ4=ON ^
   -DGRN_WITH_BUNDLED_MECAB=ON ^
   > config.log
 cmake --build . --config RelWithDebInfo > build.log

  Modified: packages/windows/build-vc2013-zip-64.bat (+1 -0)
===================================================================
--- packages/windows/build-vc2013-zip-64.bat    2016-02-27 22:44:46 +0900 (494b3e7)
+++ packages/windows/build-vc2013-zip-64.bat    2016-02-27 22:45:29 +0900 (dfdd387)
@@ -4,6 +4,7 @@ cd build-vc2013-zip-64
 cmake ..\source -G "Visual Studio 12 2013 Win64" ^
   -DMRN_GROONGA_EMBED=OFF ^
   -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF ^
+  -DGRN_WITH_BUNDLED_LZ4=ON ^
   -DGRN_WITH_BUNDLED_MECAB=ON ^
   > config.log
 cmake --build . --config RelWithDebInfo > build.log

  Modified: packages/windows/build-vc2015-zip-32.bat (+1 -0)
===================================================================
--- packages/windows/build-vc2015-zip-32.bat    2016-02-27 22:44:46 +0900 (c7e5b3b)
+++ packages/windows/build-vc2015-zip-32.bat    2016-02-27 22:45:29 +0900 (8247fd5)
@@ -4,6 +4,7 @@ cd build-vc2015-zip-32
 cmake ..\source -G "Visual Studio 14 2015" ^
   -DMRN_GROONGA_EMBED=OFF ^
   -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF ^
+  -DGRN_WITH_BUNDLED_LZ4=ON ^
   -DGRN_WITH_BUNDLED_MECAB=ON ^
   > config.log
 cmake --build . --config RelWithDebInfo > build.log

  Modified: packages/windows/build-vc2015-zip-64.bat (+1 -0)
===================================================================
--- packages/windows/build-vc2015-zip-64.bat    2016-02-27 22:44:46 +0900 (bfb9a22)
+++ packages/windows/build-vc2015-zip-64.bat    2016-02-27 22:45:29 +0900 (b56d80e)
@@ -4,6 +4,7 @@ cd build-vc2015-zip-64
 cmake ..\source -G "Visual Studio 14 2015 Win64" ^
   -DMRN_GROONGA_EMBED=OFF ^
   -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF ^
+  -DGRN_WITH_BUNDLED_LZ4=ON ^
   -DGRN_WITH_BUNDLED_MECAB=ON ^
   > config.log
 cmake --build . --config RelWithDebInfo > build.log
-------------- next part --------------
HTML����������������������������...
Download 



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