Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2018-10-17 01:25:44 +0300
committerMichaƫl Zasso <targos@protonmail.com>2018-11-02 15:49:41 +0300
commite7133f1e7c2c71b2f5a180472c7d120e2b37bc74 (patch)
tree29a3c136dae4a2c641614ea5e60cdeec1730f3c1 /deps
parent55adc25968ae0242bd4ed91af370232a4c42c948 (diff)
build: configure default v8_optimized_debug
Under the assumption that debugging is more often focused on node core source. This setting compiles V8 with only partial optimizations, DCHECKS, and debug symbols, so it is still very much debuggable, but it is much faster. It does disable SLOW_DCHECKS, but at the advice of the V8 team, those are more important for deep V8 debugging. Override is configurable with `./configure --v8-non-optimized-debug`. PR-URL: https://github.com/nodejs/node/pull/23704 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Diffstat (limited to 'deps')
0 files changed, 0 insertions, 0 deletions