Skip to content

Commit

Permalink
-Dpolyglotimpl.DisableVersionChecks=true
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Dec 3, 2024
1 parent 784925a commit 15a7494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ val defaultNativeImageOptions = Seq(
"--initialize-at-build-time=org.mozilla.javascript,org.slf4j,org.typelevel,os,scalax,sbt,ujson,upack,upickle,algebra,cps,com.oracle,spire,org.graalvm,scopt,fastparse,scala,java,chester,org.eclipse,cats,fansi,sourcecode,com.monovore.decline,geny,pprint",
"--initialize-at-build-time=scala.meta.internal.semanticdb.Access$$anon$1",
"-O2",
"-J-Dpolyglotimpl.DisableVersionChecks=true", // for 24-ea
"-Dpolyglotimpl.DisableVersionChecks=true", // for 24-ea
"-H:+AddAllCharsets" // https://stackoverflow.com/questions/74525670/graalvm-native-with-kotlin-unsupportedcharsetexception-cp1252/74528833#74528833
)

Expand Down

0 comments on commit 15a7494

Please sign in to comment.