Commit e7e808af by Shahbaz Youssefi Committed by Commit Bot

Disable Linux stack traces on CFI builds

Bug: 971977 Change-Id: I2a872bd814e9a356baa3d304e1c352b6a619583e Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1649300Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent ed65dc43
...@@ -103,7 +103,7 @@ angle_common_configs = [ ...@@ -103,7 +103,7 @@ angle_common_configs = [
angle_remove_configs = [ "//build/config/compiler:default_include_dirs" ] angle_remove_configs = [ "//build/config/compiler:default_include_dirs" ]
angle_better_stack_traces = angle_better_stack_traces =
(is_debug || dcheck_always_on) && is_linux && !is_asan (is_debug || dcheck_always_on) && is_linux && !is_asan && !is_cfi
if (is_clang) { if (is_clang) {
angle_remove_configs += [ "//build/config/clang:find_bad_constructs" ] angle_remove_configs += [ "//build/config/clang:find_bad_constructs" ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment