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
I've used the pr branch for flatc support in julia (google/flatbuffers#5088) to generate julia code for a fb-schema. This works fine for me, even though the pr isn't merged.
The generated code contains some __precompile__=false, and I wondered what the motivation for those statements are? Are they important for Flatbuffer functionality? Can I manually remove them? The specific problem is that I do not manage to use PackageCompiler with the generated code.
Best. J
The text was updated successfully, but these errors were encountered:
Thanks for your effort on Flatbuffers!
I've used the pr branch for flatc support in julia (google/flatbuffers#5088) to generate julia code for a fb-schema. This works fine for me, even though the pr isn't merged.
The generated code contains some
__precompile__=false
, and I wondered what the motivation for those statements are? Are they important for Flatbuffer functionality? Can I manually remove them? The specific problem is that I do not manage to use PackageCompiler with the generated code.Best. J
The text was updated successfully, but these errors were encountered: