zjfpcb
Results
1
issues of
zjfpcb
### Describe the bug [profile.dev] incremental = true # 以较小的步骤编译您的二进制文件。 [profile.release] codegen-units = 1 # 允许 LLVM 执行更好的优化。 lto = true # 启用链接时优化。 opt-level = "s" # 优先考虑小的二进制文件大小。如果您更喜欢速度,请使用 `3`。 panic...
type: bug
status: needs triage