compile opts [skip ci]

This commit is contained in:
Michiel Borkent 2021-02-06 18:01:51 +01:00
parent 4daef2fbcc
commit 7cbcd4440a
2 changed files with 5 additions and 3 deletions

2
fs

@ -1 +1 @@
Subproject commit 6c150a1b48cac48151f13223b1cf5f889e8e9ef9 Subproject commit c0f67d310044b67073861f82509d82fb092e0695

View file

@ -46,9 +46,11 @@ args=( "-jar" "$BABASHKA_JAR"
"-H:IncludeResources=SCI_VERSION" "-H:IncludeResources=SCI_VERSION"
"-H:ReflectionConfigurationFiles=reflection.json" "-H:ReflectionConfigurationFiles=reflection.json"
"--initialize-at-build-time" "--initialize-at-build-time"
# "-H:+PrintAnalysisCallTree" #"-H:+PrintAnalysisCallTree"
#"-H:+DashboardAll" # "-H:+DashboardAll"
# "-H:DashboardDump=reports/dump" # "-H:DashboardDump=reports/dump"
# "-H:+DashboardPretty"
# "-H:+DashboardJson"
"-H:Log=registerResource:" "-H:Log=registerResource:"
"-H:EnableURLProtocols=http,https,jar" "-H:EnableURLProtocols=http,https,jar"
"--enable-all-security-services" "--enable-all-security-services"