1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

fix broken link to .config/config_fast_builds in docs

This commit is contained in:
mat 2023-12-17 16:01:03 -06:00
parent 64527657d3
commit 50e7cc4abf

View file

@ -16,7 +16,7 @@ Then, use one of the following commands to add Azalea to your project:
For faster compile times, make a `.cargo/config.toml` file in your project
and copy
[this file](https://github.com/azalea-rs/azalea/blob/main/.cargo/config.toml)
[this file](https://github.com/azalea-rs/azalea/blob/main/.cargo/config_fast_builds)
into it. You may have to install the LLD linker.
For faster performance in debug mode, add the following code to your