Skip to content

build: don't build icu with -fno-rtti

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix8867 into master

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: #8867 (closed)

Merge request reports

Loading