Configure For macos building
This commit is contained in:
@@ -14,15 +14,13 @@ crate-type = ["cdylib"]
|
||||
[dependencies]
|
||||
gurtlib = { path = "../library" }
|
||||
|
||||
godot = "0.1"
|
||||
godot = { version = "0.1", features = ["experimental-threads"] }
|
||||
|
||||
tokio = { version = "1.0", features = ["rt"] }
|
||||
url = "2.5"
|
||||
serde_json = "1.0"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
strip = true
|
||||
opt-level = 3
|
||||
lto = false # or "thin"
|
||||
codegen-units = 16
|
||||
|
||||
Reference in New Issue
Block a user