me
/
guix
Archived
1
0
Fork 0

gnu: libjami: Produce usable debug symbols.

* gnu/packages/jami.scm (libjami)[configure-flags]: Add '--enable-debug'.
master
Maxim Cournoyer 2022-01-27 22:51:44 -05:00
parent e5dc38d30d
commit 3c7bbec470
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@
;; FIXME: Fails to link when building libjami as a shared library:
;; 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
#:phases
#~(modify-phases %standard-phases