Fork me on GitHub
#graalvm
<
2019-06-20
>
sogaiu08:06:45

is it correct that there is a --static option for native-image that's supposed to build a standalone executable? if so, has anyone tried this on windows?

borkdude08:06:21

I have tried this in relation to the issue you posted, that doesn’t seem to be enough. still needs c++ redist

sogaiu08:06:07

thanks, may be the graal folks might "improve" this in the future though.

borkdude08:06:08

I’m skeptical if it even does something with that option on Windows

borkdude08:06:22

the binary didn’t seem to increase in size

gklijs08:06:15

Not sure how static related to Windows. I know with Rust if you compile to static it can run on a from scratch docker, but that's still using the linux kernel underneath.