Windows GUI
This commit is contained in:
+3
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
[workspace]
|
||||
resolver = "3"
|
||||
members = ["libsvld", "svldcli"]
|
||||
members = ["libsvld", "svldcli", "svldgui"]
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
@@ -15,7 +15,8 @@ panic = "abort"
|
||||
[profile.release-dbg]
|
||||
inherits = "release"
|
||||
|
||||
lto = "thin"
|
||||
# lto = "thin"
|
||||
lto = false
|
||||
opt-level = 3
|
||||
|
||||
debug = true
|
||||
|
||||
Reference in New Issue
Block a user