diff options
-rw-r--r-- | src/settings.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/settings.js b/src/settings.js index 16c28529..09b17c83 100644 --- a/src/settings.js +++ b/src/settings.js @@ -1,4 +1,10 @@ -//"use strict"; + +// +// Various compiling-to-JS parameters. These are simply variables present when the +// JS compiler runs. To set them, do something like +// +// emcc -s OPTION1=VALUE1 -s OPTION2=VALUE2 [..other stuff..] +// // Tuning var QUANTUM_SIZE = 4; // This is the size of an individual field in a structure. 1 would |