Navigation Menu

Skip to content

Commit

Permalink
package windows: use bundled LZ4
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 27, 2016
1 parent 6ebd055 commit 0497775
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/windows/build-vc2013-zip-32.bat
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/windows/build-vc2013-zip-64.bat
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/windows/build-vc2015-zip-32.bat
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/windows/build-vc2015-zip-64.bat
Expand Up @@ -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
Expand Down

0 comments on commit 0497775

Please sign in to comment.