We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e79658 commit ca8e33aCopy full SHA for ca8e33a
deps/histogram/histogram.gyp
@@ -3,6 +3,10 @@
3
{
4
'target_name': 'histogram',
5
'type': 'static_library',
6
+ 'cflags': ['-fvisibility=hidden'],
7
+ 'xcode_settings': {
8
+ 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
9
+ },
10
'include_dirs': ['src'],
11
'direct_dependent_settings': {
12
'include_dirs': [ 'src' ]
0 commit comments