diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-16 12:30:22 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-16 12:30:22 -0800 |
commit | 153f2d93520f37525f30a3808b969c5533387a3c (patch) | |
tree | 93d691925a910406f0eb5cd0edfa48da4401b43b /emcc | |
parent | 6334c3dd9814ef4174baadd0a4ecfed572596b72 (diff) |
RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compiler_setting - an optional way to look up compiler flags at runtime
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1308,6 +1308,10 @@ try: if js_opts: shared.Settings.RUNNING_JS_OPTS = 1 + shared.Settings.EMSCRIPTEN_VERSION = shared.EMSCRIPTEN_VERSION + shared.Settings.OPT_LEVEL = opt_level + shared.Settings.DEBUG_LEVEL = debug_level + ## Compile source code to bitcode logging.debug('compiling to bitcode') |