From c2f36b45c7d1bec4b1616beea37cedfb4f5cb605 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 29 Nov 2007 16:17:24 -0500 Subject: - use xdr_string() correctly --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index ee93e37..826e957 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -g3 -Wall -Wimplicit -Wextra -Wno-unused -fPIC -D_REENTRANT $(shell pkg-config --cflags nspr nss) +CFLAGS = $(shell pkg-config --cflags nspr nss) -g3 -O0 -Wall -Wimplicit -Wextra -Wno-unused -fPIC -D_REENTRANT LDFLAGS = -lnsl -lpthread all:: plugin.so portmap -- cgit