compile with -fno-strict-aliasing
[ust.git] / libustcomm / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include
2AM_CFLAGS = -fno-strict-aliasing
3
4lib_LTLIBRARIES = libustcomm.la
5libustcomm_la_SOURCES = \
6 ustcomm.h \
7 ustcomm.c \
8 multipoll.h \
9 multipoll.c
10libustcomm_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static
11libustcomm_la_CFLAGS = -DUST_COMPONENT="libustcomm" -fPIC -fno-strict-aliasing
This page took 0.023478 seconds and 4 git commands to generate.