Hi! I need to link an executable against a static library which is using only static variables for its registration (this is actually a plugin).
Usually -force_load (for Clang) or --whole-archive (for GCC) are used to force a library to link. But it seems link Emscripten just ignores these flags. Any advice? Andrew. -- 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.
