dhoegh / BuildExecutable.jl

Build a standalone executables from a Julia script
Other
156 stars 21 forks source link

Whats the point in using inference0? #36

Open Gilga opened 7 years ago

Gilga commented 7 years ago

In build_sysimg.jl and in BuildExecutable.jl you build inference0... the code from inference0 is identical with code from inference

but whats the point in building it?

You already build inference from coreimg. why do you need to build it twice? Even if you would need inference0, wouldn't it be better to just copy & paste & rename inference.jii and inference.o?

i removed inference0 lines in build_sysimg.jl and in BuildExecutable.jl and my compiling went through without problems (system: windows 10 - x64).

musm commented 7 years ago

it's not needed, see the build_sysimg.jl file in the main julia repo which contains updated scripts