File tree Expand file tree Collapse file tree 4 files changed +5
-19
lines changed
resources/META-INF/native-image/eca/eca Expand file tree Collapse file tree 4 files changed +5
-19
lines changed Original file line number Diff line number Diff line change 8282 " --features=clj_easy.graal_build_time.InitClojureClasses"
8383 (when-not (fs/windows? ) " -march=compatibility" )
8484 " -O1"
85- (when-not (or (:pgo-instrument opts)
86- (fs/windows? )) " --pgo=graalvm/default.iprof" )
87- (or (System/getenv " CLOJURE_LSP_XMX" )
85+ (or (System/getenv " ECA_XMX" )
8886 " -J-Xmx8g" )
8987 (when (and linux? aarch64?)
9088 [" -Djdk.lang.Process.launchMechanism=vfork"
Original file line number Diff line number Diff line change 44 org.babashka/cli {:mvn/version " 0.8.65" }
55 com.github.clojure-lsp/lsp4clj {:mvn/version " 1.13.1" }
66 borkdude/dynaload {:mvn/version " 0.3.5" }
7- clj-python/libpython-clj {:mvn/version " 2.026" }
87 babashka/fs {:mvn/version " 0.5.26" }
98 hato/hato {:mvn/version " 1.0.0" }
109 cheshire/cheshire {:mvn/version " 6.0.0" }}
Original file line number Diff line number Diff line change @@ -3,18 +3,9 @@ Args=-J-Dborkdude.dynaload.aot=true \
33 -J-Dclojure.compiler.direct-linking =true \
44 -J-Dclojure.spec.skip-macros =true \
55 --enable-url-protocols =jar,https \
6+ --initialize-at-build-time =com.fasterxml.jackson \
7+ -H:Log =registerResource:5 \
8+ -H:+UnlockExperimentalVMOptions \
69 -H:-CheckToolchain \
7- -H:+InlineBeforeAnalysis \
810 -H:Log =registerResource: \
9- -H:IncludeResources =" ECA_VERSION|.*ECA_VERSION.*" \
10- --report-unsupported-elements-at-runtime \
11- --allow-incomplete-classpath \
12- --no-server \
13- -H:ServiceLoaderFeatureExcludeServices =javax.sound.sampled.spi.AudioFileReader \
14- -H:ServiceLoaderFeatureExcludeServices =javax.sound.midi.spi.MidiFileReader \
15- -H:ServiceLoaderFeatureExcludeServices =javax.sound.sampled.spi.MixerProvider \
16- -H:ServiceLoaderFeatureExcludeServices =javax.sound.sampled.spi.FormatConversionProvider \
17- -H:ServiceLoaderFeatureExcludeServices =javax.sound.sampled.spi.AudioFileWriter \
18- -H:ServiceLoaderFeatureExcludeServices =javax.sound.midi.spi.MidiDeviceProvider \
19- -H:ServiceLoaderFeatureExcludeServices =javax.sound.midi.spi.SoundbankReader \
20- -H:ServiceLoaderFeatureExcludeServices =javax.sound.midi.spi.MidiFileWriter
11+ -H:IncludeResources =" .*ECA_VERSION"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments