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

IR generation: speed up by creating empty files #25

Open
arichardson opened this issue Apr 2, 2015 · 0 comments
Open

IR generation: speed up by creating empty files #25

arichardson opened this issue Apr 2, 2015 · 0 comments
Assignees

Comments

@arichardson
Copy link
Contributor

If the binaries created by the project aren't required for code generation it would be a lot faster to simply create empty files for the .o, .a and .so files so that makefile dependencies work, but no real compiler invocation is needed.
Should be configurable using e.g. an env var so that required targets can still be built (maybe by filtering on the directory) but all others are skipped.

@arichardson arichardson self-assigned this Apr 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant