gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: guix: configure flags


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: guix: configure flags
Date: Wed, 30 Nov 2016 17:41:56 +0100

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

tg pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 2d43140  guix: configure flags
2d43140 is described below

commit 2d43140784dfa83e593e5c1259be229d3997aed2
Author: tg(x) <address@hidden>
AuthorDate: Wed Nov 30 17:43:01 2016 +0100

    guix: configure flags
---
 guix-env.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/guix-env.scm b/guix-env.scm
index 67fe661..23e92a2 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -172,12 +172,14 @@
     (arguments
      `(#:configure-flags
        (list (string-append "--with-nssdir=" %output "/lib")
-             "--enable-experimental"
              ;; These appear to be "broken" on Guix, needs debugging.
              "--enable-gcc-hardening"
              "--enable-linker-hardening"
-             "--enable-logging=verbose"
+
              "--enable-poisoning"
+             "--enable-sanitizer"
+             "--enable-experimental"
+             "--enable-logging=verbose"
              "CFLAGS=-ggdb -O0")
        ;;#:parallel-tests? #f ; parallel building seems to fail
        ;;#:tests? #f ; fail: test_gnunet_statistics.py

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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