Sha256: 421446e73f8beed2714a074cd5b0cc6df07eb548155d5e5778975309995cb1d0
Contents?: true
Size: 447 Bytes
Versions: 8
Compression:
Stored size: 447 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=="freebsd"', { + 'cflags': [ '-fno-strict-aliasing', ], + }], [ 'visibility=="hidden"', { 'cflags': [ '-fvisibility=hidden' ], }],
Version data entries
8 entries across 8 versions & 3 rubygems