dev build opts

This commit is contained in:
Ruben Fiszel
2026-02-08 09:28:15 +00:00
parent 3f68e3a58e
commit 8e826ce625
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -1,6 +1,10 @@
[build]
incremental = true
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
+4
View File
@@ -65,6 +65,10 @@ path = "./src/main.rs"
[profile.dev]
opt-level = 0
incremental = true
split-debuginfo = "unpacked"
[profile.dev.package."*"]
debug = false
[profile.release]
lto = "thin"