Prototype
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
# [package]
|
||||
# name = "svld"
|
||||
# version = "0.1.0"
|
||||
# edition = "2024"
|
||||
|
||||
[workspace]
|
||||
resolver = "3"
|
||||
members = ["libsvld", "svldcli"]
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
opt-level = 3
|
||||
panic = "abort"
|
||||
|
||||
[profile.release-dbg]
|
||||
inherits = "release"
|
||||
|
||||
lto = "thin"
|
||||
opt-level = 3
|
||||
|
||||
debug = true
|
||||
panic = "unwind"
|
||||
Reference in New Issue
Block a user