dfpworm start

This commit is contained in:
Haze Weathers 2025-09-16 14:47:30 -06:00
parent ac98cbe6c7
commit 30c6bf5f6f
7 changed files with 280 additions and 21 deletions

View file

@ -5,3 +5,12 @@ members = [
"plugins/dfpworm",
"plugins/gain",
]
[profile.release]
lto = "thin"
strip = "symbols"
[profile.profiling]
inherits = "release"
debug = true
strip = "none"