3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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 <mail@nicolasgoaziou.fr>
This commit is contained in:
Timotej Lazar 2020-05-17 17:55:16 +02:00 committed by Nicolas Goaziou
parent 70e33ec795
commit ab67f84bbe
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")