mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 20:30:04 +00:00
Added the build instructions for optimization
parent
269ad7ea72
commit
1e3f400ecd
@ -51,6 +51,15 @@ sudo make install (currently doesn't work, needs to be fixed)
|
||||
```
|
||||
Optionally, you can use "cmake -i .." to adjust various options (e.g. disable the Qt GUI).
|
||||
|
||||
### Building Citra (Optimized):
|
||||
|
||||
```
|
||||
mkdir build && cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||
make
|
||||
sudo make install (currently doesn't work, needs to be fixed)
|
||||
```
|
||||
|
||||
### Building with debug symbols:
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user