mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 22:50:18 +00:00
Change graalvm version
This commit is contained in:
parent
9069876fa1
commit
000e3ed734
@ -217,6 +217,7 @@ lazy val `compiler-native-lib` = project
|
|||||||
.enablePlugins(NativeImagePlugin)
|
.enablePlugins(NativeImagePlugin)
|
||||||
.settings(commons: _*)
|
.settings(commons: _*)
|
||||||
.settings(
|
.settings(
|
||||||
|
name := "libaqua",
|
||||||
Compile / mainClass := Some("aqua.compiler.Library"),
|
Compile / mainClass := Some("aqua.compiler.Library"),
|
||||||
nativeImageJvm := "graalvm-java20",
|
nativeImageJvm := "graalvm-java20",
|
||||||
nativeImageVersion:="20.0.2",
|
nativeImageVersion:="20.0.2",
|
||||||
@ -224,7 +225,7 @@ lazy val `compiler-native-lib` = project
|
|||||||
"--verbose",
|
"--verbose",
|
||||||
"--no-fallback",
|
"--no-fallback",
|
||||||
"--shared", // Produce shared library
|
"--shared", // Produce shared library
|
||||||
"--initialize-at-run-time=aqua.logging.LogFormatter$"
|
"--initialize-at-run-time=aqua.logging.LogFormatter$",
|
||||||
// Uncomment next lines to use llvm backend
|
// Uncomment next lines to use llvm backend
|
||||||
// and obtain bitcode files
|
// and obtain bitcode files
|
||||||
// "-H:CompilerBackend=llvm",
|
// "-H:CompilerBackend=llvm",
|
||||||
|
Loading…
Reference in New Issue
Block a user