summaryrefslogtreecommitdiff
path: root/deps/histogram/histogram.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/histogram/histogram.gyp')
-rw-r--r--deps/histogram/histogram.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/histogram/histogram.gyp b/deps/histogram/histogram.gyp
index bcfa198f9d..e3f5fd7a46 100644
--- a/deps/histogram/histogram.gyp
+++ b/deps/histogram/histogram.gyp
@@ -3,6 +3,10 @@
{
'target_name': 'histogram',
'type': 'static_library',
+ 'cflags': ['-fvisibility=hidden'],
+ 'xcode_settings': {
+ 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
+ },
'include_dirs': ['src'],
'direct_dependent_settings': {
'include_dirs': [ 'src' ]