Linux: Don't add version script when using ASAN build (issue #1765)

This commit is contained in:
Marshall Greenblatt 2016-06-07 12:03:13 -07:00
parent a356ee9ca1
commit e41a763307
1 changed files with 1 additions and 1 deletions

View File

@ -2094,7 +2094,7 @@
}, },
}, },
}], }],
[ 'OS=="linux" or OS=="freebsd" or OS=="openbsd"', { [ '(OS=="linux" or OS=="freebsd" or OS=="openbsd") and asan==0', {
'link_settings': { 'link_settings': {
'ldflags': [ 'ldflags': [
# Only export necessary symbols from libcef.so. # Only export necessary symbols from libcef.so.