Add build instructions

Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
2023-08-23 19:29:29 +02:00
parent 915e39b684
commit 79c931fc38
4 changed files with 95 additions and 63 deletions

3
.cargo/config.toml Normal file
View File

@@ -0,0 +1,3 @@
[profile.release]
lto = "thin"
strip = true