build: add "--partly-static" build options · nodejs/node@12649f4 · GitHub
Skip to content

Commit 12649f4

Browse files
mednsrvagg
authored andcommitted
build: add "--partly-static" build options
A lot of machines don't upgrade libstdc++.so library for a long time, but the new version of node requires the latest GLIBCXX. Using "--fully-static" configurable options may resolve this problem, but the side effect is that the size of the executable file will be increased. Adding "--partly-static" configurable options it will only build libgcc and libstdc++ libraries into executable file, resolve the problem and control the size of file. PR-URL: #4152 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
1 parent 8a60aa1 commit 12649f4

1 file changed

Lines changed: 19 additions & 6 deletions

File tree

configure

Lines changed: 19 additions & 6 deletions

0 commit comments

Comments
 (0)