summaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-12-13 22:19:17 +0100
committerBert Belder <bertbelder@gmail.com>2018-12-19 17:50:25 +0100
commit73e80b0763cf2e14f7dc26d679d3b457106597cc (patch)
treee26c631f52723c063990c79cbf7b36733a14987b /.gn
parent3a316330417945d46c8137e3d5e54325fd7b22ec (diff)
build: make `cargo build` work
Diffstat (limited to '.gn')
-rw-r--r--.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gn b/.gn
index 72cd84f47..e40f610e6 100644
--- a/.gn
+++ b/.gn
@@ -30,8 +30,8 @@ default_args = {
# for now. See http://clang.llvm.org/docs/ControlFlowIntegrity.html
is_cfi = false
- # Disabled due to CRT linking problems in Windows when using prebuilt V8.
- # Works in other configurations.
+ # TODO(ry) Remove this so debug builds can link faster. Currently removing
+ # this breaks cargo build in debug mode in OSX.
is_component_build = false
# Enable Jumbo build for a faster build.