Создается ли debug пакет?

Asked by M@}{mud

если пользоваться данной инструкцией для сборки
http://wiki.qutim.org/ru:building_from_git

то создается ли при этом debug версия? Если нет то как включить ее сборку.

Question information

Language:
Russian Edit question
Status:
Solved
For:
qutim Edit question
Assignee:
No assignee Edit question
Solved by:
M@}{mud
Solved:
Last query:
Last reply:
Revision history for this message
M@}{mud (0mishamzs0) said :
#1

версия 0,3

Revision history for this message
M@}{mud (0mishamzs0) said :
#2

1

Revision history for this message
Alexey Prokhin (alexey-prokhin) said :
#3

Нет, создается релизная версия. Чтобы собрать debug версию нужно перезапустить cmake:
$ cmake -DCMAKE_BUILD_TYPE=Debug .
$ make