3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +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:
Ricardo Wurmus 2018-03-24 22:56:39 +01:00
parent 15b8b5deca
commit f15e2ee4e8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -167,7 +167,7 @@ This package provides the classpath library.")
(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