提交 28e63a12 编写于 作者: B Behdad Esfahbod

Disable threadsafe static's for all libraries

Even in libharfbuzz-subset, we still will handle our own threadsafety
for statics.
上级 7caddb51
......@@ -35,7 +35,8 @@ HBNOLIBCXXCFLAGS =
else
# Make sure we don't link to libstdc++
# No threadsafe statics in C++ as we do it ourselves
HBNOLIBCXXFLAGS = -fno-rtti -fno-exceptions -fno-threadsafe-statics
HBNOLIBCXXFLAGS = -fno-rtti -fno-exceptions
HBCFLAGS += -fno-threadsafe-statics
endif
if HAVE_OT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册