Commit e919a584 authored by Max Lv's avatar Max Lv

Update shadowsocks-rust

parent 7c35f25e
...@@ -65,7 +65,7 @@ cargo { ...@@ -65,7 +65,7 @@ cargo {
targetIncludes = ["lib${libname}.so"] targetIncludes = ["lib${libname}.so"]
extraCargoBuildArguments = ['--bin', 'sslocal'] extraCargoBuildArguments = ['--bin', 'sslocal']
features { features {
noDefaultBut "sodium", "rc4", "aes-cfb", "aes-ctr", "camellia-cfb", "openssl-vendored" noDefaultBut "sodium", "rc4", "aes-cfb", "aes-ctr", "camellia-cfb", "openssl-vendored", "local-flow-stat", "local-dns-relay"
} }
exec { spec, toolchain -> exec { spec, toolchain ->
spec.environment("RUSTFLAGS", "-C lto=no -C link-arg=-o -C link-arg=target/${toolchain.target}/$profile/lib${libname}.so") spec.environment("RUSTFLAGS", "-C lto=no -C link-arg=-o -C link-arg=target/${toolchain.target}/$profile/lib${libname}.so")
......
Subproject commit 8d64cce45aeb1ac6d18f52f89a5af62bd615da1b Subproject commit 7ec11dfe1713424d064d0a136a1f1edf4795e30a
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment