diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-05-15 17:04:07 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-05-15 17:04:07 -0700 |
commit | aec9ccfeac86729ec0306934d40df32503fd6354 (patch) | |
tree | d44a577f71371601cb35a2c6e552f6c954869ee5 /src/settings.js | |
parent | dec9d8fbc45d5ce8b36a632c03fdbca1c2139f3b (diff) |
browser gc test
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.js b/src/settings.js index 2ca82238..1910e943 100644 --- a/src/settings.js +++ b/src/settings.js @@ -216,7 +216,7 @@ var FAKE_X86_FP80 = 1; // Replaces x86_fp80 with double. This loses precision. I // if you can, to get the original source code to build without x86_fp80 // (which is nonportable anyhow). -var GC_SUPPORT = 0; // Enables GC, see gc.h +var GC_SUPPORT = 1; // Enables GC, see gc.h (this does not add overhead, so it is on by default) // Compiler debugging options var DEBUG_TAGS_SHOWING = []; |