compile with -fno-strict-aliasing
[ust.git] / libustfork / Makefile.am
index 837f8dc363d33e6deefa8f8fef5966f12380e2a4..a53ddda701125efdafd7f542e7629d9018dc9f75 100644 (file)
@@ -1,6 +1,7 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CFLAGS = -fno-strict-aliasing
 
 lib_LTLIBRARIES = libustfork.la
 libustfork_la_SOURCES = ustfork.c
 libustfork_la_LIBADD = -ldl
-libustfork_CFLAGS = -DUST_COMPONENT=libustfork
+libustfork_CFLAGS = -DUST_COMPONENT=libustfork -fno-strict-aliasing
This page took 0.022831 seconds and 4 git commands to generate.