spielwiese
Last change
on this file since fff6150 was
fff6150,
checked in by Oleksandr Motsak <motsak@…>, 11 years ago
|
added -Winline compiler option: warn when a function marked inline could not be substituted, and give the reason for the failure
NOTE: see also http://gcc.gnu.org/onlinedocs/gcc/Inline.html
|
-
Property mode set to
100644
|
File size:
740 bytes
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../m4 |
---|
2 | |
---|
3 | if WANT_DEBUG |
---|
4 | LIB_G=libomalloc_g.la |
---|
5 | else |
---|
6 | LIB_G= |
---|
7 | endif |
---|
8 | |
---|
9 | lib_LTLIBRARIES=libomalloc.la ${LIB_G} |
---|
10 | ## libomallocdir = $(libdir)/ |
---|
11 | |
---|
12 | libomalloc_includedir=$(includedir)/omalloc |
---|
13 | |
---|
14 | libomalloc_include_HEADERS = omalloc.h |
---|
15 | |
---|
16 | SOURCES = dummy.c |
---|
17 | |
---|
18 | AM_CPPFLAGS = -I${srcdir} |
---|
19 | |
---|
20 | libomalloc_la_SOURCES =$(SOURCES) |
---|
21 | libomalloc_g_la_SOURCES=$(SOURCES) |
---|
22 | |
---|
23 | libomalloc_la_CFLAGS = -O3 ${PIPE} |
---|
24 | libomalloc_g_la_CFLAGS = -g -Wextra -Winline -Wall -pedantic -Wno-long-long ${PIPE} |
---|
25 | |
---|
26 | libomalloc_la_CXXFLAGS = -O3 ${PIPE} |
---|
27 | libomalloc_g_la_CXXFLAGS= -g -Wextra -Winline -Wall -pedantic -Wno-long-long ${PIPE} |
---|
28 | |
---|
29 | libomalloc_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG |
---|
30 | libomalloc_g_la_CPPFLAGS= ${AM_CPPFLAGS} -DHAVE_CONFIG_H |
---|
31 | |
---|
Note: See
TracBrowser
for help on using the repository browser.