diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-18 10:02:45 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-18 10:16:47 -0800 |
commit | 316ac8372e6d3aa27bfbde4b43ef9ddb4a142ae5 (patch) | |
tree | a55865b3084eef8589333c42ee1e0085fabbd01e /src/compiler.js | |
parent | 0e278173c9a3b07e165abdfd08eb95cd1d4325e0 (diff) |
rename OPTIMIZE to MICRO_OPTS
Diffstat (limited to 'src/compiler.js')
-rw-r--r-- | src/compiler.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.js b/src/compiler.js index 3d33ed22..fd96386c 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -62,7 +62,7 @@ assert(!(USE_TYPED_ARRAYS === 2 && QUANTUM_SIZE !== 4), 'For USE_TYPED_ARRAYS == // Output some info and warnings based on settings -if (!OPTIMIZE || !RELOOP || ASSERTIONS || CHECK_SIGNS || CHECK_OVERFLOWS || INIT_STACK || INIT_HEAP || +if (!MICRO_OPTS || !RELOOP || ASSERTIONS || CHECK_SIGNS || CHECK_OVERFLOWS || INIT_STACK || INIT_HEAP || !SKIP_STACK_IN_SMALL || SAFE_HEAP || PGO || PROFILE || !DISABLE_EXCEPTION_CATCHING) { print('// Note: Some Emscripten settings will significantly limit the speed of the generated code.'); } else { |