There was an error while loading. Please reload this page.
1 parent e417577 commit 8adc4b5Copy full SHA for 8adc4b5
README.md
@@ -16,8 +16,11 @@ For example:
16
17
```bash
18
./native-image.sh --version
19
+
20
+./native-image.sh -jar /tmp/input.jar /tmp/output.exec -O10 --native-compiler-options="-Wl,--strip-all -O10"
21
```
22
23
24
## GraalVM native-image usage
25
26
native-image.sh
@@ -23,6 +23,5 @@ fi
docker run \
--rm \
-it \
--v $(pwd)/tests:/tmp/ \
27
--e GRAALVM_SOURCE=${GRAALVM_SOURCE} \
+-v $(pwd):/tmp/ \
28
${DOCKER_IMAGE} native-image $@
test.sh
@@ -24,5 +24,4 @@ docker run \
-v $(pwd)/tests:/tmp/ \
${DOCKER_IMAGE} /bin/bash /tmp/tests.sh
0 commit comments