Skip to content

Commit

Permalink
Changed GraalVM command line options
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Dec 11, 2020
1 parent 839ccc3 commit 46b3f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

OPTIONS="-H:+JNI --no-server -H:+ReportExceptionStackTraces"

OPTIONS="$OPTIONS -H:+AllowVMInspection -H:+TraceClassInitialization --no-fallback --allow-incomplete-classpath"
OPTIONS="$OPTIONS -H:+AllowVMInspection -H:TraceClassInitialization=true --no-fallback --allow-incomplete-classpath"

OPTIONS="$OPTIONS -H:ReflectionConfigurationFiles=conf/reflection.json"

Expand Down

0 comments on commit 46b3f1d

Please sign in to comment.