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

Commit c368a18

Browse files
Add included resource logging
Help determine what is increasing the image size
1 parent dc3f27a commit c368a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-scripts/graal.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const NATIVE_IMAGE_BUILD_ARGS = [
5151
return '|';
5252
}),
5353
'-H:+ReportExceptionStackTraces',
54+
'-H:Log=registerResource:3',
5455
'--initialize-at-build-time',
5556
'-jar',
5657
path.resolve(process.cwd(), 'compiler.jar')

0 commit comments

Comments
 (0)