Linux: Disable ODR detection for cef_unittests target (issue #1604)

This commit is contained in:
Marshall Greenblatt 2015-05-14 08:10:22 -07:00
parent 483a841348
commit 2a308f2a05
1 changed files with 4 additions and 0 deletions

View File

@ -595,6 +595,10 @@
],
},
],
# Need to fix their ODR violations. See issue #1604.
'ldflags!': [
'-Wl,--detect-odr-violations',
],
}],
],
},