compile with -fno-strict-aliasing
[ust.git] / libust / Makefile.am
index b4d059803fa5deb1078ac845068bf9ad5360ca75..529d4b0cdd704e2f6abd483c70abef3c5d5e5a53 100644 (file)
@@ -1,4 +1,5 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
+AM_CFLAGS = -fno-strict-aliasing
 
 lib_LTLIBRARIES = libust.la
 
@@ -28,4 +29,4 @@ libust_la_LIBADD = \
        $(top_builddir)/snprintf/libustsnprintf.la \
        $(top_builddir)/libustcomm/libustcomm.la
 
-libust_la_CFLAGS = -DUST_COMPONENT="libust"
+libust_la_CFLAGS = -DUST_COMPONENT="libust" -fno-strict-aliasing
This page took 0.022282 seconds and 4 git commands to generate.