mirror of https://github.com/lukechilds/node.git
Browse Source
ICU should be compiled with -frtti (and it sets that flag in its gyp file) but it was also inheriting the -fno-rtti flag from common.gypi, breaking the build on some systems. Fixes: https://github.com/nodejs/node/issues/8867 PR-URL: https://github.com/nodejs/node/pull/8886 Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>v6
Ben Noordhuis
8 years ago
committed by
Franziska Hinkelmann
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue