compile with -fno-strict-aliasing
[ust.git] / libustfork / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2 AM_CFLAGS = -fno-strict-aliasing
3
4 lib_LTLIBRARIES = libustfork.la
5 libustfork_la_SOURCES = ustfork.c
6 libustfork_la_LIBADD = -ldl
7 libustfork_CFLAGS = -DUST_COMPONENT=libustfork -fno-strict-aliasing
This page took 0.030834 seconds and 5 git commands to generate.