> 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.
