From eb466e688fb95efe4bdf32facb99c1b668e6cb4e Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 15 Oct 2012 16:40:29 -0700 Subject: improve runtimelink handling of function aliases --- src/settings.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/settings.js') 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 -- cgit v1.2.3-70-g09d2