Removing the whole -J-Dclojure.compiler.elide-meta didn't help
Tweaking the regular makefile to the same native-image path builds fine
Or adding --initialize-at-build-time seems to do the trick
Not sure what the proper substitute for the removed options is and what the last flag does, but would be nice is the template/instructions were updated to whatever is correct
The extra options
-J-Dclojure.compiler.elide-meta=[:doc :file :line :added]
, specifically:line :added
are unknownRemoving those leads to
Removing that one proceeds with initialization fine, but then breaks
Removing the whole
-J-Dclojure.compiler.elide-meta
didn't helpTweaking the regular makefile to the same
native-image
path builds fineOr adding
--initialize-at-build-time
seems to do the trick Not sure what the proper substitute for the removed options is and what the last flag does, but would be nice is the template/instructions were updated to whatever is correct