From 939f87438ca055f4d1921c994d109688c29d30cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 5 Oct 2016 18:27:34 +0200 Subject: [PATCH] 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 289ecdeffb..dd3cdf3008 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 +;;; Copyright © 2013, 2016 Ludovic Courtès ;;; Copyright © 2016 Efraim Flashner ;;; ;;; This file is part of GNU Guix. @@ -51,7 +51,7 @@ ;; Provide the `result' field in `Tcl_Interp'. ;; See . - "CFLAGS=-DUSE_INTERP_RESULT") + "CFLAGS=-DUSE_INTERP_RESULT -O2") #:phases (modify-phases %standard-phases (add-after 'install 'post-install