lto, codegen, abort, nightly, build-std

This commit is contained in:
timeshifter
2026-07-09 14:11:38 +02:00
parent f5eddd6edf
commit 21e37f7e03
4 changed files with 9 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
[build]
rustflags = ["-C", "target-cpu=native"]
+1
View File
@@ -2,3 +2,4 @@
measurements.txt measurements.txt
flamegraph.svg flamegraph.svg
perf.data perf.data
perf.data.old
+2
View File
@@ -14,3 +14,5 @@ path = "src/generate.rs"
[profile.release] [profile.release]
debug = true debug = true
lto = "fat"
codegen-units = 1
+4
View File
@@ -0,0 +1,4 @@
128 basic
110 lto, coden, abort
107 nightly, build-std
109 native cpu (doesn't seem to work)