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

Generate files in parallel #224

Open
posener opened this issue Aug 11, 2017 · 0 comments
Open

Generate files in parallel #224

posener opened this issue Aug 11, 2017 · 0 comments

Comments

@posener
Copy link
Contributor

posener commented Aug 11, 2017

Hi
Thanks for this great library.
I'm generating ffjson files as part of my build. Currently the API support generating only one file at a time, and it takes much time.
If I try to generate in parallel (using make -j for example) the generation fails FFJSONExpose redeclared in this block.
The current solution is to move all the structs into one file, but it would be nice to be able to handle it in the ffjson API.
Cheers.

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

1 participant