mirror of
https://github.com/adamaq01/mikado.git
synced 2025-02-17 10:38:33 +01:00
chore(build): change release compiler settings
This commit is contained in:
parent
872c385abe
commit
2aa751fade
@ -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"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user