You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the use of getopt() from qjsc. Parse command line arguments the
same way qjs does.
As a bonus, teach the -S (stack size) option about size suffixes, just
like qjs. `qjsc -S 2M -o x.c x.js` now works.
0 commit comments