From 0eeff1531a9c96b59f28170d604b1387e241d61f Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Mon, 19 May 2014 12:18:37 +0300 Subject: Enable optimizations: remove -fno-strict-aliasing from core xine-lib. All aliasing problems should be fixed now. --- src/xine-engine/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 10b8ff4cb..94e572273 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -39,7 +39,6 @@ libxine_la_SOURCES = xine.c metronom.c configfile.c buffer.c \ libxine_la_DEPENDENCIES = $(XINEUTILS_LIB) $(YUV_LIB) $(XDG_BASEDIR_DEPS) \ $(pthread_dep) $(LIBXINEPOSIX) \ libxine-interface.la -libxine_la_CFLAGS = $(AM_CFLAGS) -fno-strict-aliasing libxine_la_LIBADD = $(PTHREAD_LIBS) $(DYNAMIC_LD_LIBS) $(LTLIBINTL) $(ZLIB_LIBS) \ -lm $(XINEUTILS_LIB) $(YUV_LIB) $(LTLIBICONV) $(FT2_LIBS) $(FONTCONFIG_LIBS) \ $(LIBXINEPOSIX) $(RT_LIBS) $(NET_LIBS) $(XDG_BASEDIR_LIBS) \ -- cgit v1.2.3