summaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-20 13:20:48 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-10-20 16:30:02 -0700
commitbcf10bcf27daef5979f8e8844110eb4ff6c33a9d (patch)
tree10d31127e89da8b8f034ec3abd6423c609c84024 /.gn
parent92b0a94c23c2c5df969969c20a6ef760e499f984 (diff)
Upgrade V8 to 7.1.302.4
Diffstat (limited to '.gn')
-rw-r--r--.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gn b/.gn
index bebb5388f..b1d17e13e 100644
--- a/.gn
+++ b/.gn
@@ -23,6 +23,9 @@ default_args = {
use_ozone = false
use_udev = false
+ # To disable "use_atk" and other features that we don't need.
+ is_desktop_linux = false
+
# TODO(ry) We may want to turn on CFI at some point. Disabling for simplicity
# for now. See http://clang.llvm.org/docs/ControlFlowIntegrity.html
is_cfi = false