X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=f7952c64b3a25d78146220b714e142e6ab77e658;hb=16c83055d749e9f246a934401e3862085aca1e65;hp=05ea397ec600bedde4b880b8998601364171065a;hpb=8649cd59b1c15b8d4097cf63f733e8007d76ad13;p=ust.git diff --git a/Makefile.am b/Makefile.am index 05ea397..f7952c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,4 +21,4 @@ libust.so: libust.ldscript.in # It is very important to compile the initializer with PIC otherwise we # may get obscure errors when linking to shared libraries. libust-initializer.o: libust-initializer.c - $(CC) $(CFLAGS) -fPIC -c -I$(top_srcdir)/include -o $@ $< + $(CC) $(CFLAGS) -fno-strict-aliasing -fPIC -c -I$(top_srcdir)/include -o $@ $<