If I am using emcmake to build an existing CMake-based executable, what's
the right / best way to set emcc options? (e.g. -s ASSERTIONS=1 -s
ENVIRONMENT=node)?

Random googling hasn't found a definitive answer. Some hits suggest that I
can use target_compile_options() and/or target_link_opions() in my CMake
build files to set these, but it would be nice if I could (also) just
specify them on the command line (for cases where the CMake files aren't
yet modified to be smart).

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/CAM%3DdnvcfdQqqYP1xNznuLZK19kjaq2sPfhY%3DQTYxpWtgZhfgdw%40mail.gmail.com.

Reply via email to