Commit 8fb00ef
authored
fix(loong64): resolve missing GLIBCXX_3.4.31/3.4.32 error with --partly-static (#188)
Add --partly-static to config_flags in compilation script to enable
partial static linking of libstdc++ during Node.js build. This addresses
the runtime error where the Loong64 Node.js binary fails to find
required GLIBCXX versions in system libstdc++.so.6.1 parent f973431 commit 8fb00ef
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments