README.md fixes
This commit is contained in:
@@ -93,13 +93,14 @@ The following lsp's are supported and can be installed anywhere in your `$PATH`<
|
|||||||
#### Compiler
|
#### Compiler
|
||||||
|
|
||||||
`g++` and `clang++` should both work fine but `c++20+` is required.
|
`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`<br>
|
The makefile has been set to use g++ if made with `make test` and clang++ if made with `make release`<br>
|
||||||
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.<br>
|
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.<br>
|
||||||
|
Can remove `ccache` if you want from the makefile.<br>
|
||||||
|
|
||||||
#### Compliling
|
#### Compliling
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make -j release
|
make release
|
||||||
```
|
```
|
||||||
|
|
||||||
### Running
|
### Running
|
||||||
|
|||||||
Reference in New Issue
Block a user