We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c742cc commit cde0b21Copy full SHA for cde0b21
README.md
@@ -25,7 +25,7 @@ In your `deps.edn` specify an alias with a dependency on `clj.native-image`:
25
{:extra-deps
26
{clj.native-image
27
{:git/url "https://github.com/taylorwood/clj.native-image.git"
28
- :sha "dc6d6e97d0f2cbaaab014531e728edb72e89171f"}}}}
+ :sha "9c742ccac262d0899afeb64db694f7679458d38a"}}}}
29
:jvm-opts ["-Dclojure.compiler.direct-linking=true"]}
30
```
31
@@ -61,6 +61,8 @@ You can now execute the native image:
61
Hello, World!
62
63
64
+See [this Gist](https://gist.github.com/taylorwood/23d370f70b8b09dbf6d31cd4f27d31ff) for another example.
65
+
66
## Notes
67
68
The `--no-server` flag is passed to `native-image` by default, to avoid creating orphaned build servers.
0 commit comments