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
Based on https://stackoverflow.com/questions/2384932/converting-static-link-library-to-dynamic-dll, we should be able to avoid building all of the source files twice when building a static library as well as a DLL. Given the overlap between the source files for libANGLE and the other static libraries, it seems like it should be possible to filter out any duplicates and just link to libANGLE while building instead, as well.
The text was updated successfully, but these errors were encountered:
Based on https://stackoverflow.com/questions/2384932/converting-static-link-library-to-dynamic-dll, we should be able to avoid building all of the source files twice when building a static library as well as a DLL. Given the overlap between the source files for libANGLE and the other static libraries, it seems like it should be possible to filter out any duplicates and just link to libANGLE while building instead, as well.
The text was updated successfully, but these errors were encountered: