chore(build): change release compiler settings

This commit is contained in:
Adamaq01 2023-05-14 00:34:55 +02:00
parent 872c385abe
commit 2aa751fade

View File

@ -11,9 +11,6 @@ crate-type = ["cdylib"]
[profile.release]
strip = true # Automatically strip symbols from the binary.
lto = true # Enable link-time optimization.
codegen-units = 1
panic = "abort"
[dependencies]
winapi = { version = "0.3", features = ["minwindef", "windef", "winuser", "libloaderapi", "processthreadsapi", "winbase", "consoleapi"] }