aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml17
1 files changed, 16 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6eef6ef..5f91e89 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,9 +7,24 @@ edition = "2021"
[dependencies]
+
+[build]
+target = "x86_64-rustubs"
+
+[lib]
+crate-type = ["staticlib"]
+
[profile.dev]
panic = "abort"
+debug = 1
+lto = true
[profile.release]
panic = "abort"
-
+#opt-level = 0
+opt-level = 3
+debug = 0
+overflow-checks = false
+lto = true
+codegen-units = 1
+debug-assertions = false