From 7cbcd4440ae03cff0873d133545d7eeea48a28f9 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 6 Feb 2021 18:01:51 +0100 Subject: [PATCH] compile opts [skip ci] --- fs | 2 +- script/compile | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/fs b/fs index 6c150a1b..c0f67d31 160000 --- a/fs +++ b/fs @@ -1 +1 @@ -Subproject commit 6c150a1b48cac48151f13223b1cf5f889e8e9ef9 +Subproject commit c0f67d310044b67073861f82509d82fb092e0695 diff --git a/script/compile b/script/compile index e73bf31e..80529f0d 100755 --- a/script/compile +++ b/script/compile @@ -46,9 +46,11 @@ args=( "-jar" "$BABASHKA_JAR" "-H:IncludeResources=SCI_VERSION" "-H:ReflectionConfigurationFiles=reflection.json" "--initialize-at-build-time" - # "-H:+PrintAnalysisCallTree" - #"-H:+DashboardAll" + #"-H:+PrintAnalysisCallTree" + # "-H:+DashboardAll" # "-H:DashboardDump=reports/dump" + # "-H:+DashboardPretty" + # "-H:+DashboardJson" "-H:Log=registerResource:" "-H:EnableURLProtocols=http,https,jar" "--enable-all-security-services"