Skip to content

Commit 2d033c1

Browse files
committed
Remove outdated sentence that native-image-configure is not part of GraalVM.
1 parent 4f64852 commit 2d033c1

File tree

1 file changed

+0
-2
lines changed
  • docs/reference-manual/native-image

1 file changed

+0
-2
lines changed

docs/reference-manual/native-image/Agent.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ This tool must first be built with:
236236
native-image --macro:native-image-configure-launcher
237237
```
238238

239-
> Note: The Native Image Configure Tool is only available if [`native-image` is built via `mx`](https://github.com/oracle/graal/blob/master/substratevm/SubstrateVM.md). This configuration tool is not part of any GraalVM distribution by default.
240-
241239
Then, the tool can be used to merge sets of configuration files as follows:
242240
```shell
243241
native-image-configure generate --input-dir=/path/to/config-dir-0/ --input-dir=/path/to/config-dir-1/ --output-dir=/path/to/merged-config-dir/

0 commit comments

Comments
 (0)