Skip to content

Commit

Permalink
Disable CFI for now.
Browse files Browse the repository at this point in the history
Fixes Linux release build.
  • Loading branch information
ry committed Aug 7, 2018
1 parent fbb6cd4 commit e9bc278
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gn
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://clang.llvm.org/docs/ControlFlowIntegrity.html
is_cfi = false

is_component_build = false
symbol_level = 1
treat_warnings_as_errors = false
Expand Down

0 comments on commit e9bc278

Please sign in to comment.