mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05: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:
parent
70e33ec795
commit
ab67f84bbe
1 changed files with 1 additions and 1 deletions
|
@ -1585,7 +1585,7 @@ (define-public godot
|
||||||
(build-system scons-build-system)
|
(build-system scons-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:scons ,scons-python2
|
`(#:scons ,scons-python2
|
||||||
#:scons-flags (list "platform=x11"
|
#:scons-flags (list "platform=x11" "target=release_debug"
|
||||||
,@(if (string-prefix? "aarch64" (or (%current-target-system)
|
,@(if (string-prefix? "aarch64" (or (%current-target-system)
|
||||||
(%current-system)))
|
(%current-system)))
|
||||||
`("CCFLAGS=-DNO_THREADS")
|
`("CCFLAGS=-DNO_THREADS")
|
||||||
|
|
Loading…
Reference in a new issue