Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whats the point in using inference0? #36

Open
Gilga opened this issue Apr 16, 2017 · 1 comment
Open

Whats the point in using inference0? #36

Gilga opened this issue Apr 16, 2017 · 1 comment

Comments

@Gilga
Copy link

Gilga commented Apr 16, 2017

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
Copy link

musm commented May 5, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants