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"', {
|
[ 'OS=="linux"', {
|
||||||
'cflags': [ '-ansi' ],
|
'cflags': [ '-ansi' ],
|
||||||
}],
|
'ldflags': [ '-rdynamic' ],
|
||||||
[ 'visibility=="hidden"', {
|
|
||||||
'cflags': [ '-fvisibility=hidden' ],
|
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user