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>master
parent
70e33ec795
commit
ab67f84bbe
|
@ -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")
|
||||
|
|
Reference in New Issue