Added the build instructions for optimization
parent
269ad7ea72
commit
1e3f400ecd
1 changed files with 9 additions and 0 deletions
|
@ -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).
|
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:
|
### Building with debug symbols:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue