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 dcbb0b4 commit 1027b93Copy full SHA for 1027b93
src/settings.js
@@ -698,8 +698,9 @@ var STRICT = 0;
698
var WARN_ON_UNDEFINED_SYMBOLS = 1;
699
700
// If set to 1, we will give a link-time error on any undefined symbols (see
701
-// WARN_ON_UNDEFINED_SYMBOLS). The default value 1. To allow undefined symbols
702
-// at link time set this to 0.
+// WARN_ON_UNDEFINED_SYMBOLS). The default value is 1. To allow undefined symbols
+// at link time set this to 0, in which case if an undefined function is called
703
+// a runtime error will occur.
704
var ERROR_ON_UNDEFINED_SYMBOLS = 1;
705
706
// If set to 1, any -lfoo directives pointing to nonexisting library files will
0 commit comments