Automatically enable cross-crate inlining for small functions

This commit is contained in:
Ben Kimock
2023-10-06 20:29:42 -04:00
parent 09df6108c8
commit 33b0e4be06
67 changed files with 434 additions and 344 deletions

View File

@@ -1,4 +1,4 @@
// compile-flags: -g -Z src-hash-algorithm=sha1
// compile-flags: -g -Z src-hash-algorithm=sha1 -Copt-level=0
#![crate_type = "lib"]