Fix formatting mistake
parent
3e9ec65098
commit
d9a6dc517d
1 changed files with 1 additions and 2 deletions
|
@ -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):
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue