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
Currently at least the linux64 package contains static libraries; I've not checked the rest. I think the plan is to use shared libs instead, particularly on the roborio, to reduce user program size.
The text was updated successfully, but these errors were encountered:
OS X and 64-bit linux were both built with static libs to build the JNI. Shared libs for the native libraries makes more sense, though. Thanks for pointing that out; I'm not too familiar with C++
Although maybe on Windows we need to use static libs since C++ DLLs are somewhat broken? I guess it's okay for all desktop stuff to be static since we don't care about file sizes, just make the arm stuff dynamic?
Currently at least the linux64 package contains static libraries; I've not checked the rest. I think the plan is to use shared libs instead, particularly on the roborio, to reduce user program size.
The text was updated successfully, but these errors were encountered: