We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240277e commit ba9a23cCopy full SHA for ba9a23c
src/settings.js
@@ -291,7 +291,7 @@ var IGNORE_CLOSURE_COMPILER_ERRORS = 0;
291
// [link]
292
var DECLARE_ASM_MODULE_EXPORTS = 1;
293
294
-// If 0, prevents inlining if set to 1. If 0, we will inline normally in LLVM.
+// If set to 1, prevents inlining. If 0, we will inline normally in LLVM.
295
// This does not affect the inlining policy in Binaryen.
296
// [compile]
297
var INLINING_LIMIT = 0;
0 commit comments