guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: godot: Enable release build.


From: guix-commits
Subject: 01/05: gnu: godot: Enable release build.
Date: Mon, 18 May 2020 12:25:57 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ab67f84bbe89dd096ec6fb28c12e79654ea091d1
Author: Timotej Lazar <address@hidden>
AuthorDate: Sun May 17 17:55:16 2020 +0200

    gnu: godot: Enable release build.
    
    * gnu/packages/game-development.scm (godot)[arguments]: Set release_debug
    target in #:scons-flags to enable optimized build.
    
    Signed-off-by: Nicolas Goaziou <address@hidden>
---
 gnu/packages/game-development.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 26aa4f7..dfa55b1 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1585,7 +1585,7 @@ games.")
     (build-system scons-build-system)
     (arguments
      `(#:scons ,scons-python2
-       #:scons-flags (list "platform=x11"
+       #:scons-flags (list "platform=x11" "target=release_debug"
                            ,@(if (string-prefix? "aarch64" (or 
(%current-target-system)
                                                                
(%current-system)))
                                `("CCFLAGS=-DNO_THREADS")



reply via email to

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