mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-11 03:12:15 +00:00
Remove --config from readme
This commit is contained in:
parent
2169fcb40b
commit
f438016677
1 changed files with 1 additions and 1 deletions
|
|
@ -37,5 +37,5 @@ These libraries can be built in a standalone environment (ie, developing new fea
|
|||
|
||||
```bash
|
||||
cmake -B build -G Ninja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCMAKE_BUILD_TYPE=Debug
|
||||
cmake --build build -j $(nproc) --config Debug
|
||||
cmake --build build
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue