diff options
| author | Alon Zakai <alonzakai@gmail.com> | 2012-10-15 16:40:29 -0700 |
|---|---|---|
| committer | Alon Zakai <alonzakai@gmail.com> | 2012-10-17 12:43:59 -0700 |
| commit | eb466e688fb95efe4bdf32facb99c1b668e6cb4e (patch) | |
| tree | 1d95d9f6c63971a92c567b3b1d80cdf25398a163 /src/settings.js | |
| parent | 844faf36ebb89698bb6db042f366ec851b89ddbe (diff) | |
improve runtimelink handling of function aliases
Diffstat (limited to 'src/settings.js')
| -rw-r--r-- | src/settings.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js index 9e6f257a..0b58a26f 100644 --- a/src/settings.js +++ b/src/settings.js @@ -198,6 +198,10 @@ var INCLUDE_FULL_LIBRARY = 0; // Whether to include the whole library rather tha // functions used by the generated code. This is needed when // dynamically loading modules that make use of runtime // library functions that are not used in the main module. + // Note that this includes js libraries but *not* C. You will + // need the main file to include all needed C libraries. For + // example, if a library uses malloc or new, you will need + // to use those in the main file too to link in dlmalloc. var SHELL_FILE = 0; // set this to a string to override the shell file used |
