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
{{ message }}
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
What I've also found that significant performance improvements are obtainable from using concurrent builds i.e. node-gyp -j 16 rebuild build option. So I suggest to look closer into your node-gyp-build child and check whether it is possible to use the above option for build perf improvement.
The text was updated successfully, but these errors were encountered:
As suggested by @lu4 in #143 (comment):
The text was updated successfully, but these errors were encountered: