compile with -fno-strict-aliasing
[ust.git] / libustinstr-malloc / Makefile.am
CommitLineData
d169a27d 1AM_CPPFLAGS = -I$(top_srcdir)/include
16c83055 2AM_CFLAGS = -fno-strict-aliasing
d169a27d
PMF
3
4lib_LTLIBRARIES = libustinstr-malloc.la
5libustinstr_malloc_la_SOURCES = mallocwrap.c
6libustinstr_malloc_la_LIBADD = -ldl
7
8noinst_SCRIPTS = run
9EXTRA_DIST = run
This page took 0.022399 seconds and 4 git commands to generate.