Hi! As said in section "Building projects": >> In order to properly optimize code, it is important to use the same optimization flags and other compiler options when compiling source to object code, and object code to JavaScript (or HTML).
Is it really true? I think that many flags are work only on link time (ASSERTIONS, FULL_ES2, TOTAL_MEMORY, INVOKE_RUN, NO_EXIT_RUNTIME, DISABLE_EXCEPTION_CATCHING, etc.) or I wrong? I try to optimize my project by perfomance and rebuilding all sources after one takes very long time. Is there are any way to understand that some flag work only on link time? -- 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.
