We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b63fab commit bf5c309Copy full SHA for bf5c309
common.gypi
@@ -410,6 +410,9 @@
410
'libraries': [ '-lelf' ],
411
}],
412
['OS=="freebsd"', {
413
+ # Use this flag because on FreeBSD std::pairs copy constructor is non-trivial
414
+ # https://lists.freebsd.org/pipermail/freebsd-toolchain/2016-March/002094.html
415
+ 'cflags': [ '-D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1' ],
416
'ldflags': [
417
'-Wl,--export-dynamic',
418
],
0 commit comments