0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/guides
Daniel Bevenius f5809d8e35 build: fix cctest compilation
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>
2017-11-13 08:34:58 +01:00
..
doc_img doc: move benchmark/README.md to doc/guides 2017-02-17 23:49:34 +08:00
backporting-to-release-lines.md doc: add 'git clean -xfd' to backport guide 2017-10-02 12:06:51 -04:00
building-node-with-ninja.md
maintaining-V8.md build: add V8 embedder version string 2017-10-18 09:18:32 -07:00
using-internal-errors.md doc: fix typo in using-internal-errors.md 2017-07-26 20:18:40 +02:00
writing-and-running-benchmarks.md doc: add multiple build guide to benchmarking doc 2017-10-26 21:22:54 -04:00
writing-tests.md build: fix cctest compilation 2017-11-13 08:34:58 +01:00