Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit a75abf7

Browse files
Remove resource logging flags
1 parent b0be932 commit a75abf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-scripts/graal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ const NATIVE_IMAGE_BUILD_ARGS = [
5151
return '|';
5252
}),
5353
'-H:+ReportExceptionStackTraces',
54-
'-H:-UseServiceLoaderFeature',
55-
'-H:Log=registerResource:3',
5654
'--initialize-at-build-time',
55+
'--color',
56+
'always',
5757
'-jar',
5858
path.resolve(process.cwd(), 'compiler.jar')
5959
];

0 commit comments

Comments
 (0)