We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134d483 commit 999c506Copy full SHA for 999c506
binding.gyp
@@ -23,7 +23,7 @@
23
{
24
'link_settings': {
25
'libraries': [
26
- '<(module_root_dir)/deps/zstd/out/lib/Debug/zstd_static.lib'
+ '<(module_root_dir)/deps/zstd/out/lib/Release/zstd_static.lib'
27
]
28
},
29
etc/install-zstd.sh
@@ -39,7 +39,7 @@ build_zstd() {
39
-DCMAKE_BUILD_TYPE=Release \
40
../build/cmake
41
42
- cmake --build . --target libzstd_static
+ cmake --build . --target libzstd_static --config Release
43
}
44
45
clean_deps
0 commit comments