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

Speed up the compilation procedure #370

Closed
wants to merge 1 commit into from
Closed

Speed up the compilation procedure #370

wants to merge 1 commit into from

Conversation

zinid
Copy link

@zinid zinid commented Jun 30, 2013

  1. Maintain modules relationships in a graph.
  2. Make it possible to store the graph as ebin/.rebar.build.info.
    This significantly speeds up a compilation process of large projects.
    The feature is enabled by setting 'keep_build_info' to 'true'.
    The default is 'false'.

1) Maintain modules relationships in a graph.
2) Make it possible to store the graph as ebin/.rebar.build.info.
   This significantly speeds up a compilation process of large projects.
   The feature is enabled by setting 'keep_build_info' to 'true'.
   The default is 'false'.
@ghost
Copy link

ghost commented Jul 1, 2013

Thanks for reposting at rebar/rebar#113. Feel free to close this one.

@zinid zinid closed this Jul 1, 2013
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

Successfully merging this pull request may close these issues.

1 participant