diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-20 13:20:48 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-20 16:30:02 -0700 |
| commit | bcf10bcf27daef5979f8e8844110eb4ff6c33a9d (patch) | |
| tree | 10d31127e89da8b8f034ec3abd6423c609c84024 /.gn | |
| parent | 92b0a94c23c2c5df969969c20a6ef760e499f984 (diff) | |
Upgrade V8 to 7.1.302.4
Diffstat (limited to '.gn')
| -rw-r--r-- | .gn | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
