On Saturday, February 14, 2015 at 10:40:36 PM UTC+1, Alon Zakai wrote: > > Is it possible you are not optimizing the source files, and only passing > in the optimization flag during linking? Or vice versa? Either can cause > that. See > http://kripken.github.io/emscripten-site/docs/compiling/Building-Projects.html#building-projects-with-optimizations > > <http://www.google.com/url?q=http%3A%2F%2Fkripken.github.io%2Femscripten-site%2Fdocs%2Fcompiling%2FBuilding-Projects.html%23building-projects-with-optimizations&sa=D&sntz=1&usg=AFQjCNHIhcPNWNlD0abMD09gMNijRwhf3g> >
I am so sorry everyone. I only built with -Os and did not link with it. I double and triple checked that so many times but still messed it up.. Now that I also link with -Os my simplifier function has 180 SEU and works fine. Thank you so much everyone. I'm sorry that I bothered you with such a trivial problem. regards, - clifford -- 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.
