summaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
Diffstat (limited to '.gn')
-rw-r--r--.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gn b/.gn
index ce64e43d7..868870349 100644
--- a/.gn
+++ b/.gn
@@ -30,6 +30,10 @@ 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.
+ is_component_build = false
+
symbol_level = 1
treat_warnings_as_errors = true
rust_treat_warnings_as_errors = true