gnu: libjami: Produce usable debug symbols.
* gnu/packages/jami.scm (libjami)[configure-flags]: Add '--enable-debug'.
This commit is contained in:
parent
e5dc38d30d
commit
3c7bbec470
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@
|
||||||
;; FIXME: Fails to link when building libjami as a shared library:
|
;; FIXME: Fails to link when building libjami as a shared library:
|
||||||
;; bindings.cpp:(.text+0x24): undefined reference to `jami::Logger::log
|
;; bindings.cpp:(.text+0x24): undefined reference to `jami::Logger::log
|
||||||
;; [...].
|
;; [...].
|
||||||
#:configure-flags #~(list "--disable-agent")
|
#:configure-flags #~(list "--disable-agent" "--enable-debug")
|
||||||
#:make-flags #~(list "V=1") ;build verbosely
|
#:make-flags #~(list "V=1") ;build verbosely
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue