This website requires JavaScript.
Explore
Help
Register
Sign In
ddidderr
/
sudk
Watch
1
Star
0
Fork
0
You've already forked sudk
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
sudk
/
.cargo
/
config.toml
3 lines
84 B
TOML
Raw
Normal View
History
Unescape
Escape
build: musl static binary + native + strip
2022-08-04 20:32:44 +02:00
[
build
]
rust version: backtracking simplified and other improvements * backtracking: main loop simplified * instead of the `fixed` Vec, we now use skip fields to calculate how many fields to skip in `next()` and `prev()`. This is faster because we get rid of the `if` statement thus no branching occurs.
2023-03-21 18:17:34 +01:00
rustflags
=
[
"-C"
,
"target-cpu=native"
,
"-C"
,
"target-feature=+crt-static"
]
Reference in New Issue
Copy Permalink