guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: libjami: Produce usable debug symbols.


From: guix-commits
Subject: branch master updated: gnu: libjami: Produce usable debug symbols.
Date: Thu, 27 Jan 2022 23:56:17 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3c7bbec470 gnu: libjami: Produce usable debug symbols.
3c7bbec470 is described below

commit 3c7bbec47073d95445811c74d4822da60bd2132c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 27 22:51:44 2022 -0500

    gnu: libjami: Produce usable debug symbols.
    
    * gnu/packages/jami.scm (libjami)[configure-flags]: Add '--enable-debug'.
---
 gnu/packages/jami.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index 443e42e2db..160d0f560b 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]