forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjbundle.toml
More file actions
24 lines (20 loc) · 844 Bytes
/
jbundle.toml
File metadata and controls
24 lines (20 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
java_version = 25
target = "linux-x64"
jvm_args = [
"--add-modules", "jdk.incubator.vector",
"--enable-native-access=com.sun.jna,org.apache.lucene.core",
"--add-opens", "java.base/java.nio=org.apache.pdfbox.io",
# https://github.com/uncomplicate/neanderthal/issues/55
"--add-opens", "java.base/jdk.internal.ref=org.apache.pdfbox.io",
# Enable JEP 450: Compact Object Headers
"-XX:+UnlockExperimentalVMOptions", "-XX:+UseCompactObjectHeaders",
"-XX:+UseStringDeduplication"
]
# profile = "cli"
# Required to have jlink working
appcds = true
# See https://jbundle.avelino.run/user-guide/configuration#maximum-performance-linux
# A special JDK is needed - see https://wiki.openjdk.org/spaces/crac/overview
crac = false
# set to "false" for speedup during build
shrink = true