add instructions to build with debug symbols

This commit is contained in:
josch
2014-12-30 15:13:08 +01:00
parent 0e4a017170
commit c6dba45cb9

View File

@@ -38,12 +38,19 @@ To fix all includes:
To fix indentation (the file `.indent.pro` will be used):
indent **/*.c **/*.h
rm **/*\~
indent **/*.c **/*.h
rm **/*\~
to compile verbosely:
cmake -DCMAKE_VERBOSE_MAKEFILE=true
cmake -DCMAKE_VERBOSE_MAKEFILE=true
Debug Build
===========
To make a debug build with debug symbols, run cmake like this:
cmake -DCMAKE_BUILD_TYPE=Debug ..
Misc
====