When building a rather large project, I get this warning: WARNING root: loading from archive D:\dev\project\source\develop\build\engine\webgl\lib\libfoundation.a, which has duplicate entries (files with identical base names). this is dangerous as only the last will be taken into account, and you may see surprising undefined symbols later. you should rename source files to avoid this problem (or avoid .a archives, and just link bitcode together to form libraries for later linking)
That one seems a bit odd to me and worries me. How do we fix this if we use CMake to build our project using the Emscripten toolchain file provided? Does this means we can generate other file formats that are not archive libraries (.a) but are used for the same purpose? Thanks! -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
