diff --git a/Other/.must_build b/Other/.must_build index 56a6051c..d8263ee9 100644 --- a/Other/.must_build +++ b/Other/.must_build @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file diff --git a/Other/shadowsocks-rust/build.ps1 b/Other/shadowsocks-rust/build.ps1 index 5af2442c..9f35d060 100644 --- a/Other/shadowsocks-rust/build.ps1 +++ b/Other/shadowsocks-rust/build.ps1 @@ -6,7 +6,7 @@ if ( -Not $? ) { } Set-Location src -cargo build --release +cargo build --features logging,trust-dns,local,utility,local-http,local-tunnel,local-socks4,multi-threaded,stream-cipher --release if ( -Not $? ) { exit $lastExitCode }