We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160679e commit 6aebcc5Copy full SHA for 6aebcc5
build.sbt
@@ -29,6 +29,8 @@ lazy val graalOptions = Seq(
29
"--features=eu.neverblink.jelly.cli.graal.ProtobufFeature",
30
"-H:ReflectionConfigurationFiles=" + file("graal.json").getAbsolutePath,
31
"-H:+AddAllCharsets", // TODO: only add necessary charsets github.com/Jelly-RDF/cli/issues/154
32
+ "-H:+TrackPrimitiveValues", // SkipFlow optimization -- will be default in GraalVM 25
33
+ "-H:+UsePredicates", // SkipFlow optimization -- will be default in GraalVM 25
34
)
35
36
lazy val root = (project in file("."))
0 commit comments