diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-12-20 22:02:47 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-12-20 22:02:50 -0800 |
commit | 7edfb029844cf10cc1d815dadc7384fdb285f4e9 (patch) | |
tree | d9bacf2bc90a02419ed11f4b3e95085334fdabb3 /common.gypi | |
parent | 6c5f1f58f3b55a5a6707aa5e27441cb9d8920c69 (diff) | |
download | node-7edfb029844cf10cc1d815dadc7384fdb285f4e9.tar.gz |
Remove visibility=hidden options from common.gypi
Not necessary and preventing addon loading.
Diffstat (limited to 'common.gypi')
-rw-r--r-- | common.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common.gypi b/common.gypi index 7a108b1d0..369e22b76 100644 --- a/common.gypi +++ b/common.gypi @@ -142,9 +142,6 @@ 'GCC_ENABLE_CPP_EXCEPTIONS': 'NO', # -fno-exceptions 'GCC_ENABLE_CPP_RTTI': 'NO', # -fno-rtti 'GCC_ENABLE_PASCAL_STRINGS': 'NO', # No -mpascal-strings - # GCC_INLINES_ARE_PRIVATE_EXTERN maps to -fvisibility-inlines-hidden - 'GCC_INLINES_ARE_PRIVATE_EXTERN': 'YES', - 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics 'GCC_VERSION': '4.2', 'GCC_WARN_ABOUT_MISSING_NEWLINE': 'YES', # -Wnewline-eof |