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
Aside from compiling Julia code to executable binaries and shared libraries, is it possible to use generate_obj compile to static libraries for the native target? If so, what kind of further restrictions on the Julia code is required, if any?
Aside from compiling Julia code to executable binaries and shared libraries, is it possible to use
generate_objcompile to static libraries for the native target? If so, what kind of further restrictions on the Julia code is required, if any?