File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19990,6 +19990,8 @@ printf "%s\n" "#define ALIGNOF_STRUCT_CHAR__ $ac_cv_alignof_struct_char__" >>con
19990
19990
fi
19991
19991
;;
19992
19992
esac
19993
+ # Hide inline methods
19994
+ CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden"
19993
19995
# silence a lot of harfbuzz warnings:
19994
19996
CXXFLAGS="$CXXFLAGS -Wno-unused-result"
19995
19997
# prevent linking to libstdc++ :
Original file line number Diff line number Diff line change @@ -270,6 +270,8 @@ if test x$enable_harfbuzz = xyes; then
270
270
fi
271
271
;;
272
272
esac
273
+ # Hide inline methods
274
+ CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden"
273
275
# silence a lot of harfbuzz warnings:
274
276
CXXFLAGS="$CXXFLAGS -Wno-unused-result"
275
277
# prevent linking to libstdc++ :
You can’t perform that action at this time.
0 commit comments