You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 failsFFJSONExpose 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.
The text was updated successfully, but these errors were encountered: