diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-26 16:06:53 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-03 14:41:29 -0700 |
commit | 02cc30eb48181981114d29dc7f82f6af8412c8ce (patch) | |
tree | 66210482e7091556ea22c2cc4e0a863d9aea1d36 | |
parent | 8bf0623459ac62303f0c06206d944f15e6a3afdd (diff) |
comment
-rw-r--r-- | src/settings.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.js b/src/settings.js index b40330b8..245699b1 100644 --- a/src/settings.js +++ b/src/settings.js @@ -356,7 +356,8 @@ var LINKABLE = 0; // If set to 1, this file can be linked with others, either as var DLOPEN_SUPPORT = 0; // Whether to support dlopen(NULL, ...) which enables dynamic access to the // module's functions and globals. Implies LINKABLE=1, because we do not want - // dead code elimination. + // dead code elimination. XXX remove LINKABLE=1 here, people should keep + // the things they want alive using the normal mechanisms (see faq). var RUNTIME_TYPE_INFO = 0; // Whether to expose type info to the script at run time. This // increases the size of the generated script, but allows you |