Updated Compile in Windows (markdown)

master
srcejon 2021-06-14 16:51:25 +01:00
rodzic c2a02a49b2
commit 7b73df8220
1 zmienionych plików z 2 dodań i 0 usunięć

@ -31,6 +31,8 @@ After an initial build of 'ninja package', rather than repeatedly building the i
Passing `-DCMAKE_BUILD_TYPE=Debug` or `-DCMAKE_BUILD_TYPE=RelWithDebInfo` (lighter but may be less precise) to the cmake command will create a version that is easier to debug for yourself or the maintainers.
Passing -DDEBUG_OUTPUT=ON will enable debug output (qDebug()) to the console.
## Debugging
To debug using Visual Studio, run: