From 7edfb029844cf10cc1d815dadc7384fdb285f4e9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 20 Dec 2011 22:02:47 -0800 Subject: [PATCH] Remove visibility=hidden options from common.gypi Not necessary and preventing addon loading. --- common.gypi | 3 --- 1 file changed, 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