X-Git-Url: https://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=ustd%2FMakefile.am;h=09d098488e10d39eb736b0b0bfbfaed4bdd380d9;hp=96f167b0e1a3e533f4911975e8e6b1f34d93f5a6;hb=16c83055d749e9f246a934401e3862085aca1e65;hpb=8649cd59b1c15b8d4097cf63f733e8007d76ad13 diff --git a/ustd/Makefile.am b/ustd/Makefile.am index 96f167b..09d0984 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