mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Disable CFI for now.
Fixes Linux release build.
This commit is contained in:
parent
fbb6cd4b82
commit
e9bc278933
1 changed files with 4 additions and 0 deletions
4
.gn
4
.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
|
||||
|
|
Loading…
Reference in a new issue