PackageCompiler.jl
PackageCompiler.jl copied to clipboard
read/write issue in PackageCompiler.create_library()
While making binary of library, I observed that if I try to read a file from Julia or want to write, it failed and give memory error. but if I am declaring 2 variables and adding them (without reading from any file or writing result on any file", it was working fine.
Please look into this. or for any further details, please let me know how I may support you.