gnu: sablevm: Do not change GC, just disable stripping.
* gnu/packages/java.scm (sablevm)[arguments]: Disable stripping; do not play with GC settings as they have no reliable effect on build success.
This commit is contained in:
parent
f15e2ee4e8
commit
4d4a5698ec
|
@ -167,9 +167,9 @@ This package provides the classpath library.")
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "--with-gc=gencopy" ; this seems to prevent a segfault
|
||||
"--with-internal-libffi=no"
|
||||
(list "--with-internal-libffi=no"
|
||||
"--with-internal-libpopt=no")
|
||||
#:strip-binaries? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'remove-timestamp-for-reproducibility
|
||||
|
|
Loading…
Reference in New Issue