Skip to content

Commit 654e3d9

Browse files
committed
Update dependencies
1 parent aa33b66 commit 654e3d9

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

frameworks/Kotlin/hexagon/build.gradle

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,3 @@ subprojects {
3232
tasks.wrapper {
3333
gradleVersion = "8.5-rc-3"
3434
}
35-
36-
//extensions.configure<GraalVMExtension> {
37-
// fun option(name: String, value: (String) -> String): String? =
38-
// getProperty(name)?.let(value)
39-
//
40-
// binaries {
41-
// named("main") {
42-
// listOfNotNull(
43-
// option("static") { "--static" },
44-
// option("enableMonitoring") { "--enable-monitoring" },
45-
// option("pgoInstrument") { "--pgo-instrument" },
46-
// option("pgo") { "--pgo=../../../default.iprof" },
47-
// )
48-
// .forEach(buildArgs::add)
49-
// }
50-
// named("test") {
51-
// listOfNotNull(
52-
// option("pgoInstrument") { "--pgo-instrument" },
53-
// )
54-
// .forEach(buildArgs::add)
55-
// }
56-
// }
57-
//}

frameworks/Kotlin/hexagon/core/src/main/resources/META-INF/native-image/com.hexagonkt.benchmark/core/native-image.properties

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ Args= \
22
-march=native \
33
--static \
44
--libc=musl \
5-
--initialize-at-build-time=org.slf4j.LoggerFactory
5+
--gc=G1 \
6+
--enable-sbom \
7+
--strict-image-heap \
8+
--initialize-at-build-time=kotlin.SynchronizedLazyImpl \
9+
--initialize-at-build-time=kotlin.UNINITIALIZED_VALUE \
10+
--initialize-at-build-time=com.hexagonkt.core.ClasspathHandler$classLoader$2

0 commit comments

Comments
 (0)