mirror of https://github.com/lukechilds/node.git
Browse Source
Also on other platforms use -pthread for compiling commands not just
linking because I noticed in the gcc(1) man page
-pthread
Adds support for multithreading with the pthreads library. This
option sets flags for both the preprocessor and linker.
Removing the errno check in deps/coupling because it was a hack
(e165859c2e
) added to fix stdio problems.
Without adding -threads, errno is not thread local, and coupling was not
correctly checking the errno. It appears -mt does nothing to gcc/solaris.
v0.7.4-release
Ryan Dahl
15 years ago
2 changed files with 17 additions and 12 deletions
Loading…
Reference in new issue