ApplicationBuilder.jl
ApplicationBuilder.jl copied to clipboard
Depreciation warnings causing failure on non-Julia platforms
Hi,
I am developing a code to run without Julia installed and this package is great for that. However, I have depreciation warning at the beginning of my code that is causing the executable to fail with exception handling. Is there a way to disable these warnings while building the executable?
Thanks, Matthew
Hi! Unfortunately this package isn't really maintained anymore. I would recommend that you try the latest version of PackageCompiler.jl, which has expanded to cover most of the functionality in this package: https://github.com/JuliaLang/PackageCompiler.jl
I hope that helps! Sorry I can't be more helpful.