You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in tjake/Jlama#54 (review) there is a usecase to be able to specify filename to compiler directives.
i.e. -XX:CompilerDirectivesFile=%{https://raw.githubusercontent.com/tjake/Jlama/main/inlinerules.json}% but seems like we only do remote file arguments for arguments to script and explicitly javaagents argument - and only for the run/jar command; not the build.
Here we would need to do it for compiler flags.
The text was updated successfully, but these errors were encountered:
in tjake/Jlama#54 (review) there is a usecase to be able to specify filename to compiler directives.
i.e.
-XX:CompilerDirectivesFile=%{https://raw.githubusercontent.com/tjake/Jlama/main/inlinerules.json}%
but seems like we only do remote file arguments for arguments to script and explicitly javaagents argument - and only for the run/jar command; not the build.Here we would need to do it for compiler flags.
The text was updated successfully, but these errors were encountered: