summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walker <85013114+Walker-00@users.noreply.github.com>2024-03-04 00:05:09 +0630
committerGitHub <noreply@github.com>2024-03-03 18:35:09 +0100
commitc8f2408373f3aeb329e1d4aea8010a400d22d579 (patch)
tree37313d9ea19805d0e93c950c3e6a9a39d69941a4
parent17c08f026180204a47d7a1914c36de61e94ff991 (diff)
Performance optimization with cargo flags (#355)
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5f9d019..a49d924 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,4 +62,7 @@ webpki-roots = ["reqwest/rustls-tls-webpki-roots"]
native-tls = ["reqwest/native-tls"]
[profile.release]
+strip = true
+opt-level = 3
lto = true
+codegen-units = 1