841d9c7fc1
GitOrigin-RevId: 3a8d7958a610cd3fec3a6f424480f91a1b259185
12 lines
420 B
Diff
12 lines
420 B
Diff
diff --git a/graalvm/native-unix-compile.sh b/graalvm/native-unix-compile.sh
|
|
index ec0e49f..e19a120 100755
|
|
--- a/graalvm/native-unix-compile.sh
|
|
+++ b/graalvm/native-unix-compile.sh
|
|
@@ -17,6 +17,7 @@ CLOJURE_LSP_XMX=${CLOJURE_LSP_XMX:-"-J-Xmx4g"}
|
|
|
|
args=("-jar" "$CLOJURE_LSP_JAR"
|
|
"-H:+ReportExceptionStackTraces"
|
|
+ "-H:-CheckToolchain"
|
|
"--verbose"
|
|
"--no-fallback"
|
|
"--native-image-info"
|