mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-18 13:10:42 +01:00
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…
x
Reference in New Issue
Block a user