Mercurial > audlegacy-plugins
comparison src/curl/Makefile @ 942:e5f24a83d909 trunk
[svn] - comment out debug cflags
author | nenolod |
---|---|
date | Thu, 12 Apr 2007 11:35:08 -0700 |
parents | 356d2335a975 |
children | 5896bd827cbc |
comparison
equal
deleted
inserted
replaced
941:fcbf649fefc4 | 942:e5f24a83d909 |
---|---|
11 | 11 |
12 SOURCES = curl.c | 12 SOURCES = curl.c |
13 | 13 |
14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(BEEP_DEFINES) $(CURL_CFLAGS) -I../../intl -I../.. | 14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(BEEP_DEFINES) $(CURL_CFLAGS) -I../../intl -I../.. |
15 | 15 |
16 CFLAGS += -Wpointer-arith -Wimplicit -Wnested-externs -Wcast-align \ | 16 #CFLAGS += -Wpointer-arith -Wimplicit -Wnested-externs -Wcast-align \ |
17 -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes \ | 17 #-Wcast-qual -Wstrict-prototypes -Wmissing-prototypes \ |
18 -Wmissing-declarations -W -Wno-unused -Wshadow -Wmissing-noreturn \ | 18 #-Wmissing-declarations -W -Wno-unused -Wshadow -Wmissing-noreturn \ |
19 -Wundef -Wpacked -Wnested-externs -Wbad-function-cast -Wredundant-decls \ | 19 #-Wundef -Wpacked -Wnested-externs -Wbad-function-cast -Wredundant-decls \ |
20 -Wfloat-equal -Wdisabled-optimization -pedantic -std=c99 | 20 #-Wfloat-equal -Wdisabled-optimization -pedantic -std=c99 |
21 | 21 |
22 OBJECTS = ${SOURCES:.c=.o} | 22 OBJECTS = ${SOURCES:.c=.o} |
23 | 23 |
24 include ../../mk/objective.mk | 24 include ../../mk/objective.mk |