Added the build instructions for optimization

7oxicshadow 2016-03-03 22:31:21 +00:00
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:
```