guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: wordnet: Compile with optimizations.


From: Ludovic Courtès
Subject: 01/02: gnu: wordnet: Compile with optimizations.
Date: Wed, 5 Oct 2016 16:36:09 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 939f87438ca055f4d1921c994d109688c29d30cd
Author: Ludovic Courtès <address@hidden>
Date:   Wed Oct 5 18:27:34 2016 +0200

    gnu: wordnet: Compile with optimizations.
    
    * gnu/packages/wordnet.scm (wordnet)[arguments]: Add -O2 to
      #:configure-flags.
---
 gnu/packages/wordnet.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wordnet.scm b/gnu/packages/wordnet.scm
index 289ecde..dd3cdf3 100644
--- a/gnu/packages/wordnet.scm
+++ b/gnu/packages/wordnet.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -51,7 +51,7 @@
 
                                ;; Provide the `result' field in `Tcl_Interp'.
                                ;; See 
<https://bugs.gentoo.org/show_bug.cgi?id=452034>.
-                               "CFLAGS=-DUSE_INTERP_RESULT")
+                               "CFLAGS=-DUSE_INTERP_RESULT -O2")
        #:phases
        (modify-phases %standard-phases
          (add-after 'install 'post-install



reply via email to

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