[vlc-commits] contrib: matroska: remove the -O2 forcing

Steve Lhomme git at videolan.org
Mon Jul 6 12:47:28 CEST 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Jul  6 11:40:06 2020 +0200| [3cdbeb2cb46bc6b11e562749745232774496d09a] | committer: Steve Lhomme

contrib: matroska: remove the -O2 forcing

Fixed since c764461180d70d1c9fa81e72cd7ad9d9b289eea6

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3cdbeb2cb46bc6b11e562749745232774496d09a
---

 contrib/src/matroska/rules.mak | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/contrib/src/matroska/rules.mak b/contrib/src/matroska/rules.mak
index fca7e49e0c..c455d2f912 100644
--- a/contrib/src/matroska/rules.mak
+++ b/contrib/src/matroska/rules.mak
@@ -21,10 +21,7 @@ matroska: libmatroska-$(MATROSKA_VERSION).tar.xz .sum-matroska
 	$(call pkg_static,"libmatroska.pc.in")
 	$(MOVE)
 
-# O2 optimization due to iOS issue https://code.videolan.org/videolan/vlc-ios/issues/248
-MATROSKA_CXXFLAGS := $(CXXFLAGS) $(PIC) -O2
-
 .matroska: matroska toolchain.cmake
-	cd $< && $(HOSTVARS_PIC) CXXFLAGS="$(MATROSKA_CXXFLAGS)" $(CMAKE)
+	cd $< && $(HOSTVARS_PIC) $(CMAKE)
 	cd $< && $(MAKE) install
 	touch $@



More information about the vlc-commits mailing list