Skip to content

Commit

Permalink
Update bdb.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nybuxtsui committed Sep 29, 2014
1 parent 86ee5e1 commit bb20f53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bdb/bdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import (
)

/*
#cgo CFLAGS: -O3 -I/home/xubin/local/bdb/include
#cgo LDFLAGS: -L/home/xubin/local/bdb/lib
#cgo CFLAGS: -O2
#cgo LDFLAGS: -l:libdb.a
#include <stdlib.h>
#include <errno.h>
Expand Down

0 comments on commit bb20f53

Please sign in to comment.