Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created February 5, 2012 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TooTallNate/1747520 to your computer and use it in GitHub Desktop.
Save TooTallNate/1747520 to your computer and use it in GitHub Desktop.
5a6
> 'want_separate_host_toolset': 0, # V8 should not build target and host
111a113,117
> }, {
> 'defines': [
> '_LARGEFILE_SOURCE',
> '_FILE_OFFSET_BITS=64',
> ],
124,126c130
< }],
< [ 'visibility=="hidden"', {
< 'cflags': [ '-fvisibility=hidden' ],
---
> 'ldflags': [ '-rdynamic' ],
139,141d142
< # GCC_INLINES_ARE_PRIVATE_EXTERN maps to -fvisibility-inlines-hidden
< 'GCC_INLINES_ARE_PRIVATE_EXTERN': 'YES',
< 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment