From ae7bb754ae67960e2ea2d5c54647d5d73058f1aa Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Sat, 10 Jan 2026 17:51:47 +0000 Subject: [PATCH] README.md fixes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 496f869..c4dc7cd 100644 --- a/README.md +++ b/README.md @@ -93,13 +93,14 @@ The following lsp's are supported and can be installed anywhere in your `$PATH`< #### Compiler `g++` and `clang++` should both work fine but `c++20+` is required. -The makefile has been set to use g++ if made with `make -j test` and clang++ if made with `make -j release`
+The makefile has been set to use g++ if made with `make test` and clang++ if made with `make release`
This can be changed but I have found clang++ builds to be slightly faster - also test builds do not have the flags needed to be used system wide or any optimizations.
+Can remove `ccache` if you want from the makefile.
#### Compliling ```bash -make -j release +make release ``` ### Running