> > 2(b) > > Seems to be quote error on Windows cmdline. > It prints success when following is inside makefile em++ whitelist.cpp -O1 -s DISABLE_EXCEPTION_CATCHING=2 -s EXCEPTION_CATCHING_WHITELIST='["_main"]' -o whitelist.js For windows cmd line following worked (it does not work in makefile though) em++ whitelist.cpp -O1 -s DISABLE_EXCEPTION_CATCHING=2 -s EXCEPTION_CATCHING_WHITELIST=[\"_main\"] -o whitelist.js
Has anyone experimented with this kind of setting and seen gains or when is it recommended ? Any ideas if size can be improved? -- 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.
