summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gn b/.gn
index 1fd465e5c..c405da107 100644
--- a/.gn
+++ b/.gn
@@ -23,6 +23,10 @@ default_args = {
use_ozone = false
use_udev = 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
+
is_component_build = false
symbol_level = 1
treat_warnings_as_errors = false