1 Star 0 Fork 5

chaseton/blog-rs

forked from Songday/blog-rs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 419 Bytes
一键复制 编辑 原始数据 按行查看 历史
Songday 提交于 2021-11-15 10:03 . Update Cargo.toml
[workspace]
members = [
"backend",
"common",
"frontend",
]
[profile.release]
# less code to include into binary
panic = 'abort'
# optimization over all codebase ( better optimization, slower build )
codegen-units = 1
# optimization for size ( more aggressive )
opt-level = 3
# opt-level = 'z'
# optimization for size
# opt-level = 's'
# link time optimization using using whole-program analysis
lto = true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/chaseton/blog-rs.git
[email protected]:chaseton/blog-rs.git
chaseton
blog-rs
blog-rs
main

搜索帮助