X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ustd%2FMakefile.am;h=09d098488e10d39eb736b0b0bfbfaed4bdd380d9;hb=235ae2d7303901d08aac894a901092aa56164775;hp=96f167b0e1a3e533f4911975e8e6b1f34d93f5a6;hpb=c7dc133cff3db7336bb97fcb57c2dec559942518;p=lttng-ust.git diff --git a/ustd/Makefile.am b/ustd/Makefile.am index 96f167b0..09d09848 100644 --- a/ustd/Makefile.am +++ b/ustd/Makefile.am @@ -1,5 +1,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/libust -I$(top_srcdir)/libustcomm \ -I$(top_srcdir)/include +AM_CFLAGS = -fno-strict-aliasing bin_PROGRAMS = ustd @@ -10,4 +11,4 @@ ustd_LDADD = \ $(top_builddir)/libustcomm/libustcomm.la ustd_LDFLAGS = -lpthread -ustd_CFLAGS = -DUST_COMPONENT=ustd +ustd_CFLAGS = -DUST_COMPONENT=ustd -fno-strict-aliasing