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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: