diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2007-11-29 16:17:24 -0500 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2007-11-29 16:17:24 -0500 |
| commit | c2f36b45c7d1bec4b1616beea37cedfb4f5cb605 (patch) | |
| tree | 4c1db4205fb4cef571bddd53f5cc9d6eb82c6d76 /src/Makefile | |
| parent | 2f3138be2b0a3bd593e7a7b3c5636ebaf9dddbfa (diff) | |
- use xdr_string() correctly
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
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 |
