Skip to content

Commit 9ecbe3c

Browse files
authored
Merge pull request #282 from google/revert-273-dynamic-glibc
Revert "Support multiple libc versions by dynamically linking against libc"
2 parents fb997d8 + d021dad commit 9ecbe3c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build-scripts/graal.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ const NATIVE_IMAGE_BUILD_ARGS = [
5656
path.resolve(process.cwd(), 'compiler.jar')
5757
];
5858

59-
if (process.platform !== 'darwin') {
60-
// MacOS does not support building statically linked images
61-
NATIVE_IMAGE_BUILD_ARGS.unshift('-H:+StaticExecutableWithDynamicLibC');
62-
}
63-
6459
runCommand(`native-image${process.platform === 'win32' ? '.cmd' : ''}`, NATIVE_IMAGE_BUILD_ARGS)
6560
.catch(e => {
6661
console.error(e);

0 commit comments

Comments
 (0)