Sha256: a3a19d10d1a9772ea6be1b06338e46265cec8e93f4673c9b7543a949d52a10c7
Contents?: true
Size: 506 Bytes
Versions: 10
Compression:
Stored size: 506 Bytes
Contents
diff --git a/build/standalone.gypi b/build/standalone.gypi index ebdf557..c7a59bc 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -98,6 +98,9 @@ [ 'OS=="linux"', { 'cflags': [ '-ansi' ], }], + [ '(OS=="linux" or OS=="freebsd") and v8_target_arch=="x64" and component=="static_library"', { + 'cflags': [ '-fPIC' ], + }], [ 'visibility=="hidden"', { 'cflags': [ '-fvisibility=hidden' ], }],
Version data entries
10 entries across 10 versions & 3 rubygems