mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 04:10:06 +00:00
Fix formatting mistake
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):
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user