summaryrefslogtreecommitdiff
path: root/net/mptsd/files/patch-libfuncs_Makefile
blob: 69e1d6feeec95f94a07e241646962284cee91f25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- libfuncs/Makefile.orig	2012-01-05 12:40:53 UTC
+++ libfuncs/Makefile
@@ -1,12 +1,9 @@
-CC = $(CROSS)$(TARGET)gcc
 LINK = $(CROSS)$(TARGET)ld -o
 MKDEP = $(CC) -M -o $*.d $<
 
 LIBRARY_LINK_OPTS =  -L. -r
-CFLAGS = -O2 -ggdb -std=c99 -D_GNU_SOURCE
-CFLAGS += -Wall -Wextra -Wshadow -Wformat-security -Wstrict-prototypes
+CFLAGS += -std=c99 -D_GNU_SOURCE -Wall -Wextra -Wshadow -Wformat-security -Wstrict-prototypes
 RM = /bin/rm -f
-Q=@
 
 OBJS = queue.o list.o cbuf.o io.o log.o http_response.o asyncdns.o \
        server.o misc.o