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.
qjsc -s
1 parent 07fa1cb commit 193d1a8Copy full SHA for 193d1a8
qjsc.c
@@ -332,6 +332,7 @@ void help(void)
332
"-D module_name compile a dynamically loaded module or worker\n"
333
"-M module_name[,cname] add initialization code for an external C module\n"
334
"-p prefix set the prefix of the generated C names\n"
335
+ "-s strip the source code, specify twice to also strip debug info\n"
336
"-S n set the maximum stack size to 'n' bytes (default=%d)\n",
337
JS_GetVersion(),
338
JS_DEFAULT_STACK_SIZE);
0 commit comments