summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPetri Hintukainen <phintuka@users.sourceforge.net>2014-05-19 12:18:37 +0300
committerPetri Hintukainen <phintuka@users.sourceforge.net>2014-05-19 12:18:37 +0300
commit0eeff1531a9c96b59f28170d604b1387e241d61f (patch)
tree8dad0ff10f65ac097e783d77659c72ec0aa71553 /src
parent96600f1aa594be6ca706a2bfd2170508ec989da4 (diff)
downloadxine-lib-0eeff1531a9c96b59f28170d604b1387e241d61f.tar.gz
xine-lib-0eeff1531a9c96b59f28170d604b1387e241d61f.tar.bz2
Enable optimizations: remove -fno-strict-aliasing from core xine-lib.
All aliasing problems should be fixed now.
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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) \