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
@emerzon I could build Node v14.x, well, at least at this commit a87dfd2 it works, I'm closing this issue, but feel to re-open if needed. BTW thanks for the report
Hello,
Trying to build Node 12.16.1 with --use-largepages option fails with the error below.
Using GCC 9.2.1 and the following configure line:
./configure --enable-lto --fully-static --use-largepages --without-npm --without-dtrace --with-intl=full-icu --download=all --prefix=/opt/node;
Version 12.16.0 builds normally.
Also, 12.16.1 builds succeeds without using the --use-largepages option.
The text was updated successfully, but these errors were encountered: