1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

Disable CFI for now.

Fixes Linux release build.
This commit is contained in:
Ryan Dahl 2018-08-07 02:07:42 -04:00
parent fbb6cd4b82
commit e9bc278933

4
.gn
View file

@ -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