Renames options for BLOCK/STACK debugging and fixes indentation

This commit is contained in:
John Richards
2020-10-20 00:42:44 -04:00
parent 05c373b07a
commit 0573318528
2 changed files with 8 additions and 8 deletions

View File

@@ -20,8 +20,8 @@ https://github.com/zrax/pycdc
| Option | Description |
| --- | --- |
| `-DCMAKE_BUILD_TYPE=Debug` | Produce debugging symbols |
| `-DUSE_BLOCK_DEBUG=ON` | Enable block debugging output |
| `-DUSE_STACK_DEBUG=ON` | Enable stack debugging output |
| `-DENABLE_BLOCK_DEBUG=ON` | Enable block debugging output |
| `-DENABLE_STACK_DEBUG=ON` | Enable stack debugging output |
* Build the generated project or makefile
* For projects (e.g. MSVC), open the generated project file and build it