summaryrefslogtreecommitdiff
path: root/external/harfbuzz/harfbuzz-rtti.patch
blob: 545e639819821c09dc6e13d263b997979834667c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- configure
+++ configure
@@ -18959,9 +18959,7 @@
 	# No threadsafe statics in C++ as we do it ourselves.
 	# We don't use these features, so it's safe to disable them
 	# even in the cases where we DO link to libstdc++.
-	# Put -fno-rtti before $CXXFLAGS such that users can re-enable it
-	# by overriding CXXFLAGS.
-	CXXFLAGS="-fno-rtti $CXXFLAGS -fno-exceptions -fno-threadsafe-statics"
+	CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-threadsafe-statics"
 
 	case "$host" in
 		*-*-mingw*)