More specifically, I want to run something like
MyApp --julia-option="--trace-compile=compile.log"
so that I can find what functions still need compilation, and update my precompile script accordingly.
Hi, I think that you can pass --julia-args
as noted here References · PackageCompiler.
1 Like