Skip to content

Commit

Permalink
Remove visibility=hidden options from common.gypi
Browse files Browse the repository at this point in the history
Not necessary and preventing addon loading.
  • Loading branch information
ry committed Dec 21, 2011
1 parent 6c5f1f5 commit 7edfb02
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common.gypi
Expand Up @@ -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
Expand Down

0 comments on commit 7edfb02

Please sign in to comment.