[roll] Roll infra/recipes [rust_toolchain] Add flags to optimize compiler

Configures the rust build with 1 codegen unit to allow llvm to
better optimize the final binary.

Performance results:
netstack3 user: 17.82% faster, wall: 20.73% faster
starnix_core user: 19.34% faster, wall: 22.08% faster

Test: fx set core.x64 --with //.../bundles/kitchen_sink
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1077032
Original-Revision: b31a24609594585a3d4294ab5c223d07c5646192
GitOrigin-RevId: 7ab28750f725ea4cde95e2eba0bab129734c0d82
Change-Id: I7c4e3912be7384298f57c76823851dfe01b306c6
1 file changed
tree: 45e36fda2b2a167bf67902e11fa87e6b0e77fcd3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.