We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb997d8 + d021dad commit 9ecbe3cCopy full SHA for 9ecbe3c
build-scripts/graal.js
@@ -56,11 +56,6 @@ const NATIVE_IMAGE_BUILD_ARGS = [
56
path.resolve(process.cwd(), 'compiler.jar')
57
];
58
59
-if (process.platform !== 'darwin') {
60
- // MacOS does not support building statically linked images
61
- NATIVE_IMAGE_BUILD_ARGS.unshift('-H:+StaticExecutableWithDynamicLibC');
62
-}
63
-
64
runCommand(`native-image${process.platform === 'win32' ? '.cmd' : ''}`, NATIVE_IMAGE_BUILD_ARGS)
65
.catch(e => {
66
console.error(e);
0 commit comments