Added new configuration for cross-platform compilation.
This commit is contained in:
+5
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "alfis"
|
||||
version = "0.4.5"
|
||||
version = "0.4.6"
|
||||
authors = ["Revertron <alfis@revertron.com>"]
|
||||
edition = "2018"
|
||||
build = "build.rs"
|
||||
@@ -56,6 +56,10 @@ winres = "0.1"
|
||||
serde_bytes = "0.11.5"
|
||||
serde_derive = "1.0.124"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
lto = true
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user