build: compile without -fvisibility=hidden
Fixes symbol lookup errors when loading an addon module on Linux.
This commit is contained in:
parent
a993d22c0f
commit
55c21970fd
@ -127,9 +127,7 @@
|
||||
}],
|
||||
[ 'OS=="linux"', {
|
||||
'cflags': [ '-ansi' ],
|
||||
}],
|
||||
[ 'visibility=="hidden"', {
|
||||
'cflags': [ '-fvisibility=hidden' ],
|
||||
'ldflags': [ '-rdynamic' ],
|
||||
}],
|
||||
],
|
||||
}],
|
||||
|
Loading…
x
Reference in New Issue
Block a user