Hi, this project looks great! I've been using https://github.com/nexe/nexe and one of the things I like about that project is the ability to pass custom options to the configure command when building Node. For example, newer versions of Node can be built with a small ICU to reduce the size of the binary a bit (e.g. ./configure --with-intl=small-icu) or even without Intl support at all.
Custom parameters can also be passed to make (e.g. --make=-j$(nproc)).
Is that possible with js2bin?
Thanks!