Linux: Don't add version script when using ASAN build (issue #1765)
This commit is contained in:
parent
a356ee9ca1
commit
e41a763307
2
cef.gyp
2
cef.gyp
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue