1
0
mirror of https://github.com/Tim-Paik/neutauri.git synced 2024-10-12 23:29:41 +00:00

bundler ready

This commit is contained in:
2022-01-31 17:35:36 +08:00
parent 6a9dbb4a19
commit 449fb69d75
16 changed files with 501 additions and 311 deletions

6
.cargo/config.toml Normal file
View File

@ -0,0 +1,6 @@
[profile.release]
lto = true
opt-level = "z"
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]