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 99ca5135d5
commit 8e0674eda6

View File

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