mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: sablevm: Use a different GC implementation.
This is an attempt to fix a segfault when building ant-bootstrap. * gnu/packages/java.scm (sablevm)[arguments]: Use gencopy GC implementation.
This commit is contained in:
parent
15b8b5deca
commit
f15e2ee4e8
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ (define sablevm
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "--with-threading=switch" ; slower but prevents segfault
|
||||
(list "--with-gc=gencopy" ; this seems to prevent a segfault
|
||||
"--with-internal-libffi=no"
|
||||
"--with-internal-libpopt=no")
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue