mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 21:24:28 -08:00
add instructions to build with debug symbols
This commit is contained in:
13
HACKING.md
13
HACKING.md
@@ -38,12 +38,19 @@ To fix all includes:
|
|||||||
|
|
||||||
To fix indentation (the file `.indent.pro` will be used):
|
To fix indentation (the file `.indent.pro` will be used):
|
||||||
|
|
||||||
indent **/*.c **/*.h
|
indent **/*.c **/*.h
|
||||||
rm **/*\~
|
rm **/*\~
|
||||||
|
|
||||||
to compile verbosely:
|
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
|
Misc
|
||||||
====
|
====
|
||||||
|
|||||||
Reference in New Issue
Block a user