Remove --config from readme

This commit is contained in:
angie 2024-06-07 12:34:55 -04:00
parent 2169fcb40b
commit f438016677

View file

@ -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
```