X-Git-Url: https://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=libustcomm%2FMakefile.am;h=c53dd1417030353eba3a8d783936bbb0604129df;hp=baebd8461f82c7a226ef85415515759a35a31572;hb=16c83055d749e9f246a934401e3862085aca1e65;hpb=8649cd59b1c15b8d4097cf63f733e8007d76ad13 diff --git a/libustcomm/Makefile.am b/libustcomm/Makefile.am index baebd84..c53dd14 100644 --- a/libustcomm/Makefile.am +++ b/libustcomm/Makefile.am @@ -1,4 +1,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CFLAGS = -fno-strict-aliasing lib_LTLIBRARIES = libustcomm.la libustcomm_la_SOURCES = \ @@ -7,4 +8,4 @@ libustcomm_la_SOURCES = \ multipoll.h \ multipoll.c libustcomm_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static -libustcomm_la_CFLAGS = -DUST_COMPONENT="libustcomm" -fPIC +libustcomm_la_CFLAGS = -DUST_COMPONENT="libustcomm" -fPIC -fno-strict-aliasing