-- 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 emscripten-discuss+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/106f7db3-a6ba-4cdd-b71e-e7fc0122858b%40gmail.com.
One thing that puzzles me with emcc is how to find out what default
values are being used in the absence of certain -s options, like
-sSTACK_SIZE=.... I find various mentions of STACK_SIZE across the
<https://github.com/emscripten-core/emscripten/> tools/ dir, but none
that suggests that it would set a default value. (And still, a linker
invocation without an explicit -sSTACK_SIZE=... apparently passes -z
stack-size=65536, wherever it takes that value from.)
- How to find the default value of e.g. -sSTACK_SIZE Stephan Bergmann
- Re: How to find the default value of e.g. -sSTACK_SI... Brooke Vibber
- Re: How to find the default value of e.g. -sSTAC... Alon Zakai
- Re: How to find the default value of e.g. -s... Stephan Bergmann