summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2007-11-29 16:17:24 -0500
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2007-11-29 16:17:24 -0500
commitc2f36b45c7d1bec4b1616beea37cedfb4f5cb605 (patch)
tree4c1db4205fb4cef571bddd53f5cc9d6eb82c6d76 /src/Makefile
parent2f3138be2b0a3bd593e7a7b3c5636ebaf9dddbfa (diff)
- use xdr_string() correctly
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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