Apply suggestions from code review

This commit is contained in:
James Hodgkinson 2025-02-28 18:16:13 +10:00 committed by GitHub
parent ea49ecedad
commit 138f9ace25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,7 +100,7 @@ You will need [rustup](https://rustup.rs/) to install a Rust toolchain.
### SUSE / OpenSUSE
> NOTE: clang and lld are required to build kanidm due to performance issues with gcc/ld
> NOTE: clang and lld are required to build Kanidm due to performance issues with GCC/ld
You will need to install rustup and our build dependencies with:
@ -120,7 +120,7 @@ export CXX="sccache /usr/bin/clang++"
### Fedora
> NOTE: clang and lld are required to build kanidm due to performance issues with gcc/ld
> NOTE: clang and lld are required to build Kanidm due to performance issues with GCC/ld
You will need [rustup](https://rustup.rs/) to install a Rust toolchain.
@ -138,7 +138,7 @@ perl-FindBin perl-File-Compare
### Ubuntu
> NOTE: clang and lld are required to build kanidm due to performance issues with gcc/ld
> NOTE: clang and lld are required to build Kanidm due to performance issues with GCC/ld
You need [rustup](https://rustup.rs/) to install a Rust toolchain.