PCSX2 Documentation/Compiling on Linux: Difference between revisions

Line 77: Line 77:
*Disable AVX: `-DDISABLE_ADVANCE_SIMD=TRUE`
*Disable AVX: `-DDISABLE_ADVANCE_SIMD=TRUE`
*Enable/disable the stipping : `-DCMAKE_BUILD_STRIP=TRUE|FALSE`
*Enable/disable the stipping : `-DCMAKE_BUILD_STRIP=TRUE|FALSE`
*<code>TRUE</code>: Remove debugging information.
**<code>TRUE</code>: Remove debugging information.
*<code>FALSE</code>: Keep symbols. Better for debug. (recommended since it should not have any impact on speed)
**<code>FALSE</code>: Keep symbols. Better for debug. (recommended since it should not have any impact on speed)


===Running CMake to generate the makefile:===
===Running CMake to generate the makefile:===
ninja
782

edits