Very strange, then I wonder why clang gives me that "clang-3.5: warning: argument unused during compilation: '-s'" warning?
Meanwhile I realized that the error you saw is due to the emcc frontend, and could easily be avoided (we use -s for something else, and should avoid the collision). I can't push to incoming now because we are blocking for a merge, but I'll fix it in a few days when possible. On Sun, Oct 18, 2015 at 5:28 AM, Flix <[email protected]> wrote: > > clang (which emcc is built on) doesn't support -s, perhaps it's a >> gcc-specific flag? >> clang-3.5: warning: argument unused during compilation: '-s' >> > > Actually clang can compile and link files too (like g++) and the linker > supports the -s option: otherwise it won't be compatible with g++). > > -- > 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. > -- 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.
