Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
e919a584
Commit
e919a584
authored
Mar 17, 2020
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update shadowsocks-rust
parent
7c35f25e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
core/build.gradle
core/build.gradle
+1
-1
core/src/main/rust/shadowsocks-rust
core/src/main/rust/shadowsocks-rust
+1
-1
No files found.
core/build.gradle
View file @
e919a584
...
...
@@ -65,7 +65,7 @@ cargo {
targetIncludes
=
[
"lib${libname}.so"
]
extraCargoBuildArguments
=
[
'--bin'
,
'sslocal'
]
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
->
spec
.
environment
(
"RUSTFLAGS"
,
"-C lto=no -C link-arg=-o -C link-arg=target/${toolchain.target}/$profile/lib${libname}.so"
)
...
...
shadowsocks-rust
@
7ec11dfe
Subproject commit
8d64cce45aeb1ac6d18f52f89a5af62bd615da1b
Subproject commit
7ec11dfe1713424d064d0a136a1f1edf4795e30a
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment