Initial Commit

This commit is contained in:
brotoskyj
2025-01-03 13:47:58 -05:00
commit ec81a3d58f
5 changed files with 55 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "obs_fix"
version = "2025.1.3"
edition = "2021"
[dependencies]
[profile.release]
opt-level = "z"
lto = "fat"
debug = false
codegen-units = 1
panic = 'abort'
strip = true
debug-assertions = false
overflow-checks = false