forked from StarOpenSource/Engine
Update native-image arguments
This commit is contained in:
parent
c6b3af023f
commit
b4734841be
1 changed files with 6 additions and 0 deletions
|
@ -91,10 +91,16 @@ nativeImage {
|
||||||
mainClass = "de.staropensource.sosengine.testapp.Main"
|
mainClass = "de.staropensource.sosengine.testapp.Main"
|
||||||
executableName = "sosengine-testapp"
|
executableName = "sosengine-testapp"
|
||||||
outputDirectory = file("build/bin")
|
outputDirectory = file("build/bin")
|
||||||
|
|
||||||
arguments {
|
arguments {
|
||||||
|
"--color=always"
|
||||||
|
"-march native"
|
||||||
|
"-O3"
|
||||||
|
"--gc=g1"
|
||||||
"--no-fallback"
|
"--no-fallback"
|
||||||
"--enable-all-security-services"
|
"--enable-all-security-services"
|
||||||
"--report-unsupported-elements-at-runtime"
|
"--report-unsupported-elements-at-runtime"
|
||||||
|
//"-H:IncludeResources=.*properties\$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue