summaryrefslogtreecommitdiff
path: root/external/harfbuzz/harfbuzz-rtti.patch
blob: 5d1cfb4959ae98d8d7ad47814ff07a936b56f6cf (plain)
1
2
3
4
5
6
7
8
9
10
11
--- configure
+++ configure
@@ -19012,7 +19012,7 @@
 	# 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"
 
 	# Assorted warnings
 	CXXFLAGS="$CXXFLAGS -Wcast-align"