diff options
author | Rodion Goritskov <rodion.goritskov@gmail.com> | 2024-06-09 17:30:36 +0400 |
---|---|---|
committer | Rodion Goritskov <rodion.goritskov@gmail.com> | 2024-06-09 17:30:36 +0400 |
commit | 43efe470e05d589d80abb62a609116e7f8c8ef9d (patch) | |
tree | dde251344c6181709b736ea1892a7874bda080f5 | |
parent | d0a43d850880cda6764fb4e13ed7cc43d1cbe823 (diff) |
Release version of the DOSbox build
-rw-r--r-- | rodion/packages/games.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rodion/packages/games.scm b/rodion/packages/games.scm index 08f353f..39b52f5 100644 --- a/rodion/packages/games.scm +++ b/rodion/packages/games.scm @@ -114,6 +114,7 @@ Filename patterns are composed of regular (printable) characters which may compr "-Duse_zlib_ng=sse2,ssse3" ;; These both try to git clone subprojects. "-Dunit_tests=disabled" ; gtest - "-Duse_mt32emu=false"))))) + "-Duse_mt32emu=false") + #:build-type "release")))) |