Commit f2104fc2 authored by spang's avatar spang Committed by Commit bot

Enable -Wl,-z,defs for ozone builds

This option diagnoses dependency problems at build time.

TEST=linux_chromium_chromeos_ozone_rel_ng & linux_ecs_ozone tryjobs
BUG=445627

Review URL: https://codereview.chromium.org/900343002

Cr-Commit-Position: refs/heads/master@{#315160}
parent 1a435b6d
......@@ -3544,7 +3544,7 @@
},
}],
# TODO(thakis): Enable this everywhere. http://crbug.com/371125
['(OS=="linux" or OS=="android") and asan==0 and msan==0 and tsan==0 and ubsan==0 and ubsan_vptr==0 and use_ozone!=1', {
['(OS=="linux" or OS=="android") and asan==0 and msan==0 and tsan==0 and ubsan==0 and ubsan_vptr==0', {
'target_defaults': {
'ldflags': [
'-Wl,-z,defs',
......
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