compile with -fno-strict-aliasing
[ust.git] / snprintf / Makefile.am
CommitLineData
bf0d695d 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
16c83055 2AM_CFLAGS = -fno-strict-aliasing
bf0d695d
PMF
3
4lib_LTLIBRARIES = libustsnprintf.la
5libustsnprintf_la_SOURCES = \
6 fflush.c \
7 fileext.h \
8 floatio.h \
9 fvwrite.c \
10 fvwrite.h \
11 local.h \
e5bc3b0f 12 mbrtowc_sb.c \
bf0d695d
PMF
13 snprintf.c \
14 various.h \
15 vfprintf.c \
16 wcio.h \
17 wsetup.c
18libustsnprintf_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static
16c83055 19libustsnprintf_la_CFLAGS = -DUST_COMPONENT="ust_snprintf" -fPIC -fno-strict-aliasing
This page took 0.024267 seconds and 4 git commands to generate.