mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
f5809d8e35
Currently the cctest target compiles sources files even though they are compiled for the node target. This is my fault as when I worked on the task of getting the cctest to use the object files from the node target I missed a few sources that were being included from node.gypi. This also effects the build time as these sources are compiled twice. This commit moves the conditions in question into the node target in node.gyp. With this commit there should be no object files in out/Release/obj.target/cctest/src/ (the path will vary depending on the operating system being used). PR-URL:https://github.com/nodejs/node/pull/16887 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> |
||
---|---|---|
.. | ||
doc_img | ||
backporting-to-release-lines.md | ||
building-node-with-ninja.md | ||
maintaining-V8.md | ||
using-internal-errors.md | ||
writing-and-running-benchmarks.md | ||
writing-tests.md |