comparison src/c/Makefile.am @ 1965:126d24ef6678

Turn off GCC's fancy %n checking, because the performance cost is too high
author Adam Chlipala <adam@chlipala.net>
date Fri, 07 Feb 2014 18:34:17 -0500
parents 659d1f4e95bf
children
comparison
equal deleted inserted replaced
1964:072656016dfa 1965:126d24ef6678
5 liburweb_cgi_la_SOURCES = cgi.c 5 liburweb_cgi_la_SOURCES = cgi.c
6 liburweb_fastcgi_la_SOURCES = fastcgi.c fastcgi.h 6 liburweb_fastcgi_la_SOURCES = fastcgi.c fastcgi.h
7 liburweb_static_la_SOURCES = static.c 7 liburweb_static_la_SOURCES = static.c
8 8
9 AM_CPPFLAGS = -I$(srcdir)/../../include/urweb $(OPENSSL_INCLUDES) 9 AM_CPPFLAGS = -I$(srcdir)/../../include/urweb $(OPENSSL_INCLUDES)
10 AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security -Wno-deprecated-declarations $(PTHREAD_CFLAGS) 10 AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-format-security -Wno-deprecated-declarations -U_FORTIFY_SOURCE $(PTHREAD_CFLAGS)
11 liburweb_la_LDFLAGS = $(AM_LDFLAGS) $(OPENSSL_LDFLAGS) 11 liburweb_la_LDFLAGS = $(AM_LDFLAGS) $(OPENSSL_LDFLAGS)
12 liburweb_la_LIBADD = $(PTHREAD_LIBS) -lm $(OPENSSL_LIBS) 12 liburweb_la_LIBADD = $(PTHREAD_LIBS) -lm $(OPENSSL_LIBS)
13 liburweb_http_la_LIBADD = liburweb.la 13 liburweb_http_la_LIBADD = liburweb.la
14 liburweb_cgi_la_LIBADD = liburweb.la 14 liburweb_cgi_la_LIBADD = liburweb.la
15 liburweb_fastcgi_la_LIBADD = liburweb.la 15 liburweb_fastcgi_la_LIBADD = liburweb.la