提交 ec5f5f0f 编写于 作者: B Behdad Esfahbod

Don't export inline methods

上级 50a4e78b
......@@ -66,6 +66,9 @@ if test "x$GCC" = "xyes"; then
# Make sure we don't link to libstdc++
CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions"
# Hide inline methods
CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden"
case "$host" in
arm-*-*)
# Request byte alignment on arm
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册