Fix formatting mistake

Steveice10 2023-12-19 03:04:35 -08:00
parent 3e9ec65098
commit d9a6dc517d

@ -136,11 +136,10 @@ cmake .. -DCMAKE_CXX_COMPILER=clang++-5.0 \
-DCMAKE_CXX_FLAGS="-O2 -g -stdlib=libc++"
cmake --build . -- -j"$(nproc)"
sudo make install (optional)
```
If you get a weird compile error related to `std::span` conversions, make sure you are using clang and libc++ 15 or up. This is an issue with libc++ 14.
```
### Building Citra in Release Mode (Optimized):
```