lto, codegen, abort, nightly, build-std
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
[build]
|
||||||
|
rustflags = ["-C", "target-cpu=native"]
|
||||||
@@ -2,3 +2,4 @@
|
|||||||
measurements.txt
|
measurements.txt
|
||||||
flamegraph.svg
|
flamegraph.svg
|
||||||
perf.data
|
perf.data
|
||||||
|
perf.data.old
|
||||||
|
|||||||
@@ -14,3 +14,5 @@ path = "src/generate.rs"
|
|||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = true
|
debug = true
|
||||||
|
lto = "fat"
|
||||||
|
codegen-units = 1
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
128 basic
|
||||||
|
110 lto, coden, abort
|
||||||
|
107 nightly, build-std
|
||||||
|
109 native cpu (doesn't seem to work)
|
||||||
Reference in New Issue
Block a user