mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-15 19:50:44 +01:00
Linux: Don't add version script when using ASAN build (issue #1765)
This commit is contained in:
parent
f73d23d847
commit
c9d0a7f7a5
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