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' On Sat, Oct 17, 2015 at 10:09 AM, Flix <[email protected]> wrote: > > > *Solved.*I removed *-s* from the command line (in cpp it is used to strip > the exe to reduce its size) and it worked (well, there were a lot of other > errors, but they are "standard"). > > Don't know why -s breaks em++... > > -- > 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.
