diff options
Diffstat (limited to 'ext/dbm/sdbm')
-rw-r--r-- | ext/dbm/sdbm/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dbm/sdbm/makefile b/ext/dbm/sdbm/makefile index 5dabe40242..c959c1fab5 100644 --- a/ext/dbm/sdbm/makefile +++ b/ext/dbm/sdbm/makefile @@ -2,7 +2,7 @@ # makefile for public domain ndbm-clone: sdbm # DUFF: use duff's device (loop unroll) in parts of the code # -CFLAGS = -O -DSDBM -DDUFF -DBSD42 +CFLAGS = -O -DSDBM -DDUFF -DBSD42 -pic #LDFLAGS = -p OBJS = sdbm.o pair.o hash.o |